A simple tool for drawing collision areas. You can import multiple images for drawing, export the results as JSON file, and import JSON to update existing data.
yarn install
# local (dev)
yarn run start
# serve local build (./dist)
yarn run serve
# build
yarn run build