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

https://github.com/codedread/carve

Playing around with a new SVG editor
https://github.com/codedread/carve

editor graphics vector

Last synced: 4 months ago
JSON representation

Playing around with a new SVG editor

Awesome Lists containing this project

README

          

[![Node.js CI](https://github.com/codedread/carve/actions/workflows/node.js.yml/badge.svg)](https://github.com/codedread/carve/actions/workflows/node.js.yml)
[![CodeQL](https://github.com/codedread/carve/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/codedread/carve/actions/workflows/codeql-analysis.yml)

# Carve

Try [the DEMO](https://codedread.github.io/carve/).

## About

Playing around with a simple SVG editor web app that has zero runtime dependencies.

Working towards building a [very basic editor](https://github.com/codedread/carve/projects/1), this
demo doesn't do much yet, but you can [try it out](https://codedread.github.io/carve/). It has a
couple shape tools, basic selection/move, delete, undo/redo.

## Supported Browsers

This demo uses modern web standards and technologies that are not broadly supported on the web,
such as the [Native File System API](https://wicg.github.io/file-system-access/) and
[Custom Elements](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements).
Some features (such as loading/saving to the native file system) will be degraded in browsers that
do not support the related web specification.