Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 667 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 667 Bytes

packaged jasper

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.

Install

You can install this package either with npm or with bower.

npm

npm install jasperjs

bower

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.

Documentation

//TODO

License

The MIT License