Crosshatching in TypeScript.
Go to https://deshrike.github.io/crosshatcher/
git clone https://github.com/DeShrike/crosshatcher.git
cd crosshatcher
npm install
Simple build:
npm run build
Run Typescript in watch mode:
npm run watch
Changes made to Typescript files will be transpiled to Javascript.
Run a local webserver:
npm run server
Open http://127.0.0.1:8000 in your browser.
Based on Python project 'crosshatcher' by Stephen M. Cameron