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 buildRun Typescript in watch mode:
npm run watchChanges made to Typescript files will be transpiled to Javascript.
Run a local webserver:
npm run serverOpen http://127.0.0.1:8000 in your browser.
Based on Python project 'crosshatcher' by Stephen M. Cameron

