https://github.com/deshrike/crosshatcher
Create crosshatch in your browser
https://github.com/deshrike/crosshatcher
crosshatch crosshatching graphics svg
Last synced: 2 months ago
JSON representation
Create crosshatch in your browser
- Host: GitHub
- URL: https://github.com/deshrike/crosshatcher
- Owner: DeShrike
- License: gpl-2.0
- Created: 2024-07-07T10:47:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T21:10:42.000Z (11 months ago)
- Last Synced: 2025-02-04T14:46:01.186Z (4 months ago)
- Topics: crosshatch, crosshatching, graphics, svg
- Language: TypeScript
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Crosshatching
Crosshatching in TypeScript.
## Try it now
Go to [https://deshrike.github.io/crosshatcher/](https://deshrike.github.io/crosshatcher/)
## Examples


## Running locally
### Installation
```console
git clone https://github.com/DeShrike/crosshatcher.git
cd crosshatcher
npm install```
### Development
Simple build:
```console
npm run build
```Run Typescript in watch mode:
```console
npm run watch
```Changes made to Typescript files will be transpiled to Javascript.
### Server
Run a local webserver:
```console
npm run server
```Open http://127.0.0.1:8000 in your browser.
## Credits
Based on Python project 'crosshatcher' by Stephen M. Cameron