@vibbio/components-time-marker
v0.1.31
Published
Time marker with player for finding desired timestamps
Downloads
8
Readme
VIBBIO Components: TimeMarker
##Install component
npm i --save-dev @vibbio/components-time-marker
##Build component
Create new patch version:
npm version patch
Upgrade and install all packages:
npm upgrade
npm i
Build application
npm run build
Publish new version to npm
private-npm-publish
NB! Documentation about private npm packages from @vibbio is documented here: Vibbio Tech > Development > Frontend > Deployment of private packages.