Categorygithub.com/mjkwoolnough/gopherjs
module
0.0.0-20180612134603-5a689ece0d3e
Repository: https://github.com/mjkwoolnough/gopherjs.git
Documentation: pkg.go.dev

# README

gopherjs

--

Package gopherjs is a collection of small libraries for use with gopherjs.

Currently in a somewhat workable state.

# Packages

Package files turns javascript files into io.Reader's.
No description provided by the author
Package mutation provides a wrapper for the MutationObserver API.
Package overlay creates a simple 'window' overlay system for gopherjs.
Package progress creates a simple progress bar in javascript.
Package rpc is a client-only RPC package using websockets for javascript.
Package style implements a simple way to handle styling in an HTML document.
Package tabs implements a simple tab interface for HTML documents.
Package xdom provides simple functions to create HTML elements with the correct type.
Package xform provides some shortcut funcs for various form related activites.
Package xjs provides some simple, but often needed shortcut funcs for gopherJS.