node and browser bindings for gleam
at master 13 lines 697 B view raw view rendered
1# Plinth 2 3[![Package Version](https://img.shields.io/hexpm/v/plinth)](https://hex.pm/packages/plinth) 4[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/plinth/) 5 6Basic bindings to nodejs and browser platform API's. 7The aim of this package is to not make any new abstractions, so binding are as near the native platform as is sensible. 8 9## Contributing 10 11I will just be adding API's as they are useful to me, so please don't open an issue saying something is missing. However PR's adding new API's are welcome. 12 13Please post in the [Gleam Discord](https://discord.com/channels/768594524158427167/768594524158427170) to discuss new API's if you are unsure of the best API.