Skip to content

Files

Latest commit

 

History

History

npm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

html5bytebeat via npm

Normally you'd add bytebeat.js to your project

npm install bytebeat.js

and then setup your builder (webpack, rollup, parcel, etc..) so you should be able to import the library with

import ByteBeatNode from 'bytebeat.js';

Working example

Steps

git clone https://github.com/greggman/html5bytebeat.git
cd html5bytebeat/examples/npm
npm i
npm run build

This should build index-build.js via rollup.

Then do

npx servez

Then to go to http://localhost:8080 in your browser.