Skip to content

add maxX/maxY defaults to add for simpler point indexing, close #42 #125

add maxX/maxY defaults to add for simpler point indexing, close #42

add maxX/maxY defaults to add for simpler point indexing, close #42 #125

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build the bundle
run: npm run build
- name: Run tests
run: npm test