automaton
canvas2svg
Our great sponsors
automaton | canvas2svg | |
---|---|---|
1 | 3 | |
0 | 615 | |
- | 0.8% | |
0.0 | 0.0 | |
about 2 months ago | 14 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
automaton
We haven't tracked posts mentioning automaton yet.
Tracking mentions began in Dec 2020.
canvas2svg
-
Forking Chrome to Turn HTML into SVG
Reminds me of https://github.com/gliffy/canvas2svg at a different level of abstraction.
I believe PDF.js incorporated some form canvas2svg to try and get a SVG backend working which would allow high resolution printing to PDF but not sure where that's at. I believe printing through PDF.js is blurry due to memory constraints since with normal canvas pdf pages just end up as bitmaps sent to the printer.
SVG ends up staying vector through Chromiums print pipeline resulting in much less memory usage while having much higher dpi final output. I would imagine this is due to SVG being turned into Skia drawing commands that end up as PDF that then gets printed through PDFium?
-
Essential SVG tools
Canvas2SVG - I have a feeling I'll get to know this library well someday. Apache Batik - I used it quite a bit in the early days but it never took root in my toolchain. SVGJS It offers compelling shortcuts, I'm just a fan of vanilla JS. This also goes for SNAP SVG
What are some alternatives?
resvg - An SVG rendering library.
imagetracerjs - Simple raster image tracer and vectorizer written in JavaScript.
svg_crop - Remove blank space from around any SVG instantly.
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
svgcleaner - svgcleaner could help you to clean up your SVG files from the unnecessary data.
game-of-life - Conway's Game of Life - Cellular Automata
Automaton - Reactive State Machine Framework for Arduino
lib2geom
satori - Enlightened library to convert HTML and CSS to SVG
svg2pdf.js - A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
the-matrix-effect - The incredible effect of rain of letters in the style of the Matrix trilogy.
totalistic-cellular-automata - A Javascript tool to generate totalistic cellular automata.