README
swatchjs-utils
Swatchjs utilities, including parsers, validators, and other reusable functions for API definitions.
Developers
Coding Style
This project follows the AirBnB Javascript Coding Guidelines using ESLint settings.
Utilities for SwatchJS, a framework for easily creating and exposing APIs as methods
<script type="module">
import swatchjsUtils from 'https://cdn.skypack.dev/swatchjs-utils';
</script>
Swatchjs utilities, including parsers, validators, and other reusable functions for API definitions.
This project follows the AirBnB Javascript Coding Guidelines using ESLint settings.