jsapi

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

Typed wrappers around syscall/js.Value

This project is intended to automatically generate code around the Javascript APIs to extract typed bindings for the js.Value type that is returned by all calls made using the syscall/js package. I've found this to be of great help with interacting with the DOM.

Contributing

Contributions are very welcome, please create a corresponding file for the type you are trying to generate bindings for in the generator package, run it with make and create a PR that includes the generated code as well.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type D3Transform

type D3Transform js.Value

func (*D3Transform) Apply

func (wrapper *D3Transform) Apply(x, y float64) (float64, float64)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL