Skip to content

fix: refactor draw method to use redraw method #26

fix: refactor draw method to use redraw method

fix: refactor draw method to use redraw method #26

Workflow file for this run

name: Node Continuous Integration
on:
pull_request:
branches: [ main ]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build