highfive.js

1.0.0 • Public • Published

highfive.js

html5/js game engine

Install with npm

$ npm install --save highfive.js

Usage

Add a <script> to your index.html

<script src="node_modules/highfive.js/dist/highfive.js"></script>

to reference a minified version use node_modules/highfive.js/dist/h5-min.js instead.

Separate source files

To directly work with the source files, you can copy all given <script> tags from node_modules/highfive.js/dist/index.html.

highfive.js/
├── dist/
│   ├── h5-min.js
│   ├── highfive.js
│   └── index.html  <-- all script references to 'src/' files
└── src/

Alternatives

Package Sidebar

Install

npm i highfive.js

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.71 MB

Total Files

375

Last publish

Collaborators

  • raphaelstary