util-browser
v0.0.2
Published
Node util browserified and wrapped in require UMD to be usable in node and browser environments.
Downloads
57,779
Readme
util-browser
npm install util-browser
Node util
browserified and wrapped in require UMD to be usable in node and browser environments. It can be used in the browser with requirejs or without requirejs. In addition it can be used on the server.
In the Browser
- Standalone: If you aren't using requirejs simply add a script tag to index.min.js and it will be exported to window.util.
- RequireJS: Add an entry to your requirejs config which points to index.min.js and export it on whatever name you desire.