Paper.js
paperjs.org › about
Paper.js — About
Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas.
Videos
GitHub
github.com › vector-js › vector
GitHub - vector-js/vector: A javascript library for creating interactive graphics. · GitHub
May 7, 2024 - Vector.js is a Javascript library for creating interactive graphics on the web. The library uses the existing web standards: HTML, SVG, and CSS and has no dependencies.
Starred by 199 users
Forked by 19 users
Languages JavaScript 68.1% | TypeScript 30.3%
npm
npmjs.com › package › open-vector-editor
open-vector-editor - npm
<link rel="stylesheet" type="text/css" href="your-path-to-node-modules/open-vector-editor/umd/main.css" /> <script type="text/javascript" src="your-path-to-node-modules/open-vector-editor/umd/open-vector-editor.js" ></script> <link rel="stylesheet" type="text/css" href="https://unpkg.com/open-vector-editor/umd/main.css" /> <script type="text/javascript" src="https://unpkg.com/open-vector-editor/umd/open-vector-editor.js" ></script> A full example of how to set up the unpkg/UMD demo can be seen here: https://github.com/TeselaGen/openVectorEditor/blob/master/demo/public/UMDDemo.html Demo here http://teselagen.github.io/openVectorEditor/UMDDemo.html ·
» npm install open-vector-editor
Published Jul 17, 2023
Version 18.3.6
GitHub
github.com › w00dn › papergrapher
GitHub - w00dn/papergrapher: Vector Editor based on Paper.js
Vector Editor based on Paper.js. Contribute to w00dn/papergrapher development by creating an account on GitHub.
Starred by 279 users
Forked by 79 users
Languages JavaScript 87.1% | CSS 9.4% | HTML 3.5% | JavaScript 87.1% | CSS 9.4% | HTML 3.5%
Todojs
todojs.com › vectr-vector-graphics-editor-in-javascript-by-nick-budden
Vectr : Vector Graphics Editor in JavaScript by Nick Budden | todoJS
To be honest, I’m not the best coder, but other members of our team have prepared presentations about the technology behind Vectr and the challenges of building a performant vector graphics editor in the web browser.
Visual Studio Marketplace
marketplace.visualstudio.com › items
HTML5 Vector Graphics: Editor and JavaScript / React / Angular / Next.js Library - Visual Studio Marketplace
October 7, 2024 - Extension for Visual Studio - Graphical editor and JavaScript / React / Angular / Next.js Library to create and deploy dynamic vector graphics in a web browser.
Snapsvg
snapsvg.io
Snap.svg - Home
SVG is an excellent way to create interactive, resolution-independent vector graphics that will look great on any size screen. And the Snap.svg JavaScript library makes working with your SVG assets as easy as jQuery makes working with the DOM.
Pablojs
pablojs.com
Pablo
Pablo is a small, open-source JavaScript library for SVG, the web standard for vector graphics.
Top answer 1 of 7
10
I know this is a pretty old question, but in case anyone comes across this question, the most impressive vector graphics I've seen in JavaScript is Paper.js.
Hope that helps.
2 of 7
6
I've used Raphaël Javascript Library and it worked quite well. Currently the library supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.
GitHub
github.com › epmoyer › polygondraw
GitHub - epmoyer/polygondraw: Javascript polygon editor for vector game development. www.vectoralchemy.com
Starred by 6 users
Forked by 3 users
Languages HTML 94.6% | CSS 5.4% | HTML 94.6% | CSS 5.4%
Method
editor.method.ac
Method Draw Vector Editor
Method Draw is an open source SVG editor for the web, you can use it online without signing up.
Vdraw
vdraw.com › products › vectordraw-web-library-(javascript)
VectorDraw web library (javascript) - Vector Draw
This means that you can show your work from many formats like DXF, DWG, DGN, SKP (Google's Sketchup), IFC , VDML and more, on almost every Computer, Tablet, Smartphone or Laptop out there. VectorDraw web library is written exclusively in Javascript and runs on the client side, also it contains ...
GitHub
github.com › artursapek › mondrian
GitHub - artursapek/mondrian: Web-based vector graphics editor
Web-based vector graphics editor. Contribute to artursapek/mondrian development by creating an account on GitHub.
Starred by 1.2K users
Forked by 102 users
Languages CoffeeScript 86.1% | CSS 8.5% | HTML 5.4% | CoffeeScript 86.1% | CSS 8.5% | HTML 5.4%
DEV Community
dev.to › lovestaco › building-an-svg-editor-with-konvajs-56fo
Building an SVG Editor with Konva.js - DEV Community
September 17, 2025 - Do give it a try and share your ... import vector graphics, manipulate them (move, resize, change colour),add shapes/text, define a canvas, set background, export, etc. Konva.js is a strong candidate for this because it builds on HTML5 Canvas + adds interactivity, layers, transformations, animation, etc. Let’s explore how and what you can use Konva for, and how to build such an editor. Konva is a JavaScript library for ...
GitHub
github.com › sysmaya › artdraw
GitHub - sysmaya/artdraw: SVG editor online - Vector drawing and graphics editor · GitHub
This project uses javascript, HTML, to create a graphical editor for designing vector images in SVG format.
Starred by 24 users
Forked by 6 users
Languages JavaScript 65.5% | HTML 30.4% | CSS 4.1%