screenshotone-validations
Version:
Validation schemes for the ScreenshotOne API requests.
25 lines (15 loc) • 786 B
Markdown
# validations
[](https://github.com/screenshotone/validations/actions/workflows/build.yml)
[](https://www.npmjs.com/package/screenshotone-validations)
A set of validation schemes for the [Screenshot API](https://screenshotone.com/) requests.
## Installation
```shell
npm install screenshotone-validations --save
```
## Build and publish (a manual for developers)
To build and publish the library:
1. Bump the version property in the `package.json` file.
2. Run `npm run prepare`.
3. Run `npm publish`.
## License
`screenshotone/validations` is released under [the MIT license](LICENSE).