Browser
Last updated
Was this helpful?
Last updated
Was this helpful?
GramJS can be easily converted to something you can use in a browser with .
at the time of writing this, the supported versions are
To create the file simply call webpack
in the root folder and a new folder called browser
would be created in which you'll find the gramjs.js
file that you can use.
a simple usage example would be like so