An open API service indexing awesome lists of open source software.

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

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

![Example 1](example1.png)

![Example 2](example2.png)

## 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