Materialvect banner

Materialvect

4 devlogs
17h 3m 31s

A free, open-source, local Canva alternative for designing vector graphics. Materialvect has a custom file format, Material Vector, which is a .zip file with an SVG (main structure), CSS (styling), JS (animations) and a assets/ folder that contain…

A free, open-source, local Canva alternative for designing vector graphics. Materialvect has a custom file format, Material Vector, which is a .zip file with an SVG (main structure), CSS (styling), JS (animations) and a assets/ folder that contains the vector’s images and fonts. You can also export the file as a .mvct or a .svg file.

Demo Repository

Loading README...

leethana

Changes:

  • New app bar with actions
  • Insert rectangle
  • Moved editor logic from Vue component to Pinia store
Attachment
0
leethana

Added more properties you can edit in the inspector. Also added the ability to upload mvct files.

Attachment
0
leethana

Changes:

  • Fixed bug with file system access api resetting after different sessions (now added a button to ask the user to grant access)
  • Dragging editor
  • Can load the SVG file
0
leethana

Created the homepage, new page, and editor page. Also created the .mvct file format and it can now read and create .mvct files.

0