Skip to content

Commit

Permalink
upd packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Mar 29, 2020
1 parent 2b2a49a commit 9320702
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,16 @@ el := doc.Element("some-element-id")
name = el.Get("name").String()
```

## Packages

GWeb is a collection of a few packages:

+ `web` -- window, manipulations with DOM.
+ `audio` -- [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API). Use `web.GetWindow().AudioContext()` as an entrypoint.
+ `canvas` -- canvas-related objects. Use `web.GetWindow().Document().CreateCanvas()` to get started.
+ `css` -- manage styles for HTML elements.

## Similar projects

- [webapi](https://github.com/gowebapi/webapi/) -- bindings that autogenerated from [WebIDL](https://heycam.github.io/webidl/).
- [godom](https://github.com/siongui/godom) -- bindings on top of [gopherjs](github.com/gopherjs/gopherjs/).
+ [webapi](https://github.com/gowebapi/webapi/) -- bindings that autogenerated from [WebIDL](https://heycam.github.io/webidl/).
+ [godom](https://github.com/siongui/godom) -- bindings on top of [gopherjs](github.com/gopherjs/gopherjs/).

0 comments on commit 9320702

Please sign in to comment.