0.1.14 • Published 2 years ago

ovice v0.1.14

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

public

npm install
npm run build
open test/test.html

Authenticating GitHub npm registery

Tell npm where to find @oviceinc packages

$ npm login --scope=@oviceinc --registry=https://npm.pkg.github.com

> Username: <your github username>
> Password: <github PAT>
> Email: <email>

Alternatively you can create a .npmrc file that holds PAT (need to do for every project that uses an @oviceinc package)

cd tfjs-models/body-pix

sed "s/<token>/YOUR_TOKEN_HERE/" .npmrc.template > .npmrc
sed "s/<token>/YOUR_TOKEN_HERE/" .npmrc.template > webrtc/.npmrc