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

https://github.com/smoren/canvee-ts

Just a little interactive canvas core
https://github.com/smoren/canvee-ts

canvas javascript typescript

Last synced: 2 months ago
JSON representation

Just a little interactive canvas core

Awesome Lists containing this project

README

          

# Canvee

Just a little interactive canvas core.

Under construction now...

![alt text](resources/canvee.png)

### Install

```bash
npm i
npm run build
# or
npm run serve
```

### Test
```bash
npm run test
```