forked from qrohlf/trianglify
-
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.
- Loading branch information
Showing
5 changed files
with
61 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
release notes for v4 | ||
|
||
- line gap issues are solved for both SVG and Canvas rendering engines | ||
- canvas rendering is now retina-ready by default | ||
- line gap issues are solved for both SVG and Canvas rendering | ||
|
||
TODO | ||
|
||
- render SVG to string on the server | ||
- render Canvas to PNG on the server | ||
- add some color functions: Trianglify.colorFunction.sparkle | ||
- testing | ||
- fuck microbundle | ||
- arguments are now camel case | ||
- the node-canvas dependency is no longer optional | ||
- removed dependency on seedrandom | ||
- removed dependency on jsdom | ||
- colorFunction has a new method signature | ||
- new built-in colorFunction: 'sparkle' |
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