UNPKG

screenshotone-validations

Version:

Validation schemes for the ScreenshotOne API requests.

25 lines (15 loc) 786 B
# validations [![Build](https://github.com/screenshotone/validations/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/screenshotone/validations/actions/workflows/build.yml) [![NPM package](https://img.shields.io/npm/v/screenshotone-validations.svg?branch=main)](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).