forked from cubing/icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to a javascript based port of potrace.
WIP: this is super slow? This is nice because it means people don't have to install a native dependency to try things out. Unfortunately, potrace in javascript looks like a bit of a mess: - There's an unmaintained port from 4 years ago: https://github.com/kilobtye/potrace - There's a fork of that which is NodeJS compatible, "with some additions": https://github.com/Iwasawafag/node-potrace - There's this fork of *that* which some additional commits, I can't figure out what it's relationship to the `Iwasawafag` fork is: https://github.com/tooolbox/node-potrace/. (tooolbox/node-potrace#13) - Unfortunately, one or more of the "additions" in the `Iwasawafag` and `toolbox` forks introduce issues with generating fonts, which there's yet another fork designed to fix. See tooolbox/node-potrace#7 and https://github.com/oslllo/potrace/. So, I've introduced a dependency on the `oslllo` fork of a fork of a fork of a fork. 😱
- Loading branch information
Showing
5 changed files
with
1,214 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.