@codechecks/vis-reg-routes

<p align="center"> <img src="./meta/check.png" width="700" alt="codechecks.io"> <h3 align="center">Vis Reg with easy to use routes</h3> <p align="center">Vis Reg with easy to use routes</p>

Usage no npm install needed!

<script type="module">
  import codechecksVisRegRoutes from 'https://cdn.skypack.dev/@codechecks/vis-reg-routes';
</script>

README

codechecks.io

Vis Reg with easy to use routes

Vis Reg with easy to use routes

Build Status Software License codechecks.io

Install

npm install --save-dev @codechecks/vis-reg-routes

Usage

Are you new to codechecks? Check out getting started guide (it's simple)!

Add to your codechecks.yml file:

checks:
  - name: vis-reg-routes
    options:
      collectionName: website # arbitrary name
      buildPath: "./build" # build path so we can automatically serve it for you
      routes:
        # list of routes to make screenshots of
        - /
        - /about
  # ...

API

Contributing

All contributions are welcomed. Read more in CONTRIBUTING.md

Licence

MIT @ codechecks.io