@story-telling-reporter/react-scrollable-video
v2.2.4
Published
## Demo <img src="https://user-images.githubusercontent.com/3000343/235827137-a1468a86-398b-4c5d-9f8c-cea30341afad.gif">
Downloads
135
Maintainers
Readme
@story-telling-reporter/react-scrollable-video ·
Demo
Create Embed Code
See @story-telling-reporter/react-embed-code-generator for more information.
Installation
yarn install
Development
$ yarn dev
// or
$ npm run dev
// or
$ make dev
Build (React, ES6 above Transpiling)
$ npm run build
// or
$ make build
NPM Publish
After executing Build
scripts, we will have /lib
folders,
and then we can execute publish command,
npm publish
Note: before publish npm package, we need to bump the package version first.