Browser
GramJS can be easily converted to something you can use in a browser with webpack.
at the time of writing this, the supported webpack 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
Last updated