1.1.5 • Published 5 months ago

@mastashake08/shake-video-element v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Shake Video Element

NPM

NPM version Build Status Coverage Status

A web component for a more enhanced HTMLVideoElement

Installation

Clone repository with Git:

git clone https://github.com/mastashake08/shake-video-element.git
cd shake-video-element

Usage

Testing

Run tests:

npm test

Run tests in watch mode:

npm run test:watch

Run tests with coverage:

npm run test:coverage

View coverage in browser:

npm run test:coverage:report
open coverage/index.html

Lint files:

npm run lint

Fix lint errors:

npm run lint:fix

Release

Only collaborators with credentials can release and publish:

npm run release
git push --follow-tags && npm publish

To see what files are going to be published, run the command:

npm pack --dry-run
# tar tvf $(npm pack)

Support

License

MIT

1.1.5

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.1.2

5 months ago

1.0.6-alpha

5 months ago

1.0.5-alpha

5 months ago

1.0.4-alpha

5 months ago

1.0.3-alpha

5 months ago

1.0.2-alpha

5 months ago

1.0.1-alpha

5 months ago