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
- Host: GitHub
- URL: https://github.com/smoren/canvee-ts
- Owner: Smoren
- Created: 2022-03-17T19:50:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T15:29:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T23:22:21.324Z (7 months ago)
- Topics: canvas, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canvee
Just a little interactive canvas core.
Under construction now...

### Install
```bash
npm i
npm run build
# or
npm run serve
```### Test
```bash
npm run test
```