Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonsiefke/figma-clone
Just a demo to try out some things with offscreen canvas
https://github.com/simonsiefke/figma-clone
Last synced: 3 days ago
JSON representation
Just a demo to try out some things with offscreen canvas
- Host: GitHub
- URL: https://github.com/simonsiefke/figma-clone
- Owner: SimonSiefke
- License: mit
- Created: 2023-09-02T11:25:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T19:01:56.000Z (10 months ago)
- Last Synced: 2024-11-02T01:04:30.123Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://simonsiefke.github.io/figma-clone/
- Size: 219 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Figma Clone
Just a demo to try out some things with offscreen canvas, webworkers and design perhaps similar to figma.
## Get Started
```sh
git clone [email protected]:SimonSiefke/figma-clone.git &&
cd figma-clone &&
npm ci &&
npm run dev
```## Gitpod
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SimonSiefke/figma-clone)