From c19e0132e2eb1fed6230374ea0f172eb5c53690c Mon Sep 17 00:00:00 2001 From: Jimmy Morris Date: Wed, 23 Feb 2022 22:45:20 -0500 Subject: [PATCH] Adding new resources (#31) * feat: adding SVG.js to Vector Creation * feat: adding Components AI to Vector Creation * feat: adding DrawingBotV3 to Vector Creation Closes #30 * feat: adding SVG Cropper to Vector Utilities. Closes #22 * some tiny formatting changes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e5ef2d3..9fe1db9 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,9 @@ Tools to create vector artwork from scratch or by conversion from other formats. - [cozyvec](https://github.com/brubsby/cozyvec) - Web/Standalone terminal environment for plotter art and tweet plots. - [makio135/plotter](https://observablehq.com/collection/@makio135/plotter) - An [Observable](https://observablehq.com/) notebook collection full of plotter-oriented work. - [PlotterFun](https://mitxela.com/plotterfun/) - Browser-based Image to SVG converter similar to SquiggleDraw. +- [SVG.js](https://svgjs.dev/) - Dependency-free lightweight library for creating, manipulating, and animating SVG. +- [Components AI](https://components.ai/) - Experimental computational design platform for exploring generative space. +- [DrawingBotV3](https://github.com/SonarSonic/DrawingBotV3) - Cross-platform software for converting images to line drawings. ### Vector Utilities @@ -153,6 +156,7 @@ Tools to manipulate and optimize vector-based file formats. - [penkit-optimize](https://github.com/paulgb/penkit/tree/master/optimizer) - An SVG optimizer that uses a vehicle routing solver to minimize plot time. - [svg-crowbar](https://github.com/NYTimes/svg-crowbar) - Chrome-only bookmarklet for extracting SVG from an HTML document. - [vpype](https://github.com/abey79/vpype) - Plotter-focused Python-based CLI utility for generating and manipulating SVGs, including scaling and optimizing paths. +- [SVG Cropper](https://msurguy.github.io/svg-cropper-tool/) - A browser-based tool to crop SVGs using different primitives, custom shapes, or other SVGs. ### Fonts