https://github.com/alireza29675/vast
Vast is an infinite space for js canvas
https://github.com/alireza29675/vast
canvas infinite vast
Last synced: about 2 months ago
JSON representation
Vast is an infinite space for js canvas
- Host: GitHub
- URL: https://github.com/alireza29675/vast
- Owner: Alireza29675
- License: mit
- Created: 2018-08-17T14:04:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T22:27:37.000Z (over 6 years ago)
- Last Synced: 2024-04-14T23:10:41.555Z (about 1 year ago)
- Topics: canvas, infinite, vast
- Language: JavaScript
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vast
Vast is an infinite space for js canvas## Installation
```bash
$ npm i --save vast
```## Usage
```javascript```
## Scripts
* `npm run compile` - Compiles source files to disk (~/lib).
* `npm run compile:watch` - Same as `npm run compile` but watches files for changes.
* `npm run lint` - Lints source and test files.
* `npm run lint:fix` - Lints files and attempts to fix any issues.
* `npm run test` - Runs unit tests.
* `npm run test:watch` - Same as `npm test` but watches files for changes.
* `npm run test:cov` - Generates a test coverage report.## Distribution
Execute one of the following commands
```bash
npm version patch -m "Bump to %s"
npm version minor -m "Bump to %s"
npm version major -m "Bump to %s"
```
## License
MIT