Skip to content

Add hit testing and smoothing utilities to Two.js #496

Add hit testing and smoothing utilities to Two.js

Add hit testing and smoothing utilities to Two.js #496

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout@v5
- uses: jonobr1/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint