1.0.6 • Published 3 years ago
frostback v1.0.6
Frostback
A tool that imitates NPM, but with a small change: it works for the browser.
Usage
Using Frostback is as simple as one-two-three. Just bundle any module:
$ frostback chalk
Then add the module to your HTML code:
<script src="frostback/chalk"></script>
And require()
it in a script:
var chalk = require("chalk");