This repo is for distribution on npm
and bower
. The source for this module is in the
main JasperJS repo.
Please file issues and pull requests against that repo.
You can install this package either with npm
or with bower
.
npm install jasperjs
bower install jasperjs
Then add a <script>
to your index.html
:
<script src="/node_modules/jasperjs/jasper.js"></script>
Note that this package is not in CommonJS format, so doing require('jasperjs')
will return undefined
.
//TODO
The MIT License