UNPKG

@story-telling-reporter/react-scroll-to-audio

Version:

## Create Embed Code See [@story-telling-reporter/react-embed-code-generator](https://github.com/nickhsine/story-telling-reporter/blob/main/packages/embed-code-generator/README.md) for more information.

33 lines (26 loc) 853 B
# [@story-telling-reporter/react-scroll-to-audio](https://www.npmjs.com/package/@story-telling-reporter/react-scroll-to-audio) · ![npm version](https://img.shields.io/npm/v/@story-telling-reporter/react-scroll-to-audio.svg?style=flat) ## Create Embed Code See [@story-telling-reporter/react-embed-code-generator](https://github.com/nickhsine/story-telling-reporter/blob/main/packages/embed-code-generator/README.md) 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.