trianglify
Advanced tools
Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "trianglify", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds.", | ||
@@ -10,7 +10,7 @@ "main": "lib/trianglify.js", | ||
"delaunay-fast": "^1.0.1", | ||
"jsdom": "^3.1.2", | ||
"jsdom": "^7.0.2", | ||
"seedrandom": "^2.3.11" | ||
}, | ||
"optionalDependencies": { | ||
"canvas": "^1.2.3" | ||
"canvas": "^1.3.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "directories": { | ||
"author": "Quinn Rohlf <qr@qrohlf.com>", | ||
"license": "GPLv3", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
@@ -33,0 +33,0 @@ "url": "https://github.com/qrohlf/trianglify/issues" |
@@ -10,6 +10,4 @@ # Trianglify [![Build Status](https://travis-ci.org/qrohlf/trianglify.svg?branch=master)](https://travis-ci.org/qrohlf/trianglify) | ||
Version 0.2.0 represents a ground-up rewrite of the original which eliminates the dependency on d3.js, streamlines rendering, and reworks the API for consistiency and ease-of-use. | ||
*v0.1.x users should note that the API for Trianglify has changed significantly in later releases and is not backwards-compatible* | ||
*v0.1.x users should note that the v0.2.0 API has changed significantly and is not backwards-compatible* | ||
# Getting Trianglify | ||
@@ -27,3 +25,3 @@ | ||
```html | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.2.1/trianglify.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.4.0/trianglify.min.js"></script> | ||
``` | ||
@@ -41,3 +39,3 @@ | ||
```html | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.2.0/trianglify.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.4.0/trianglify.min.js"></script> | ||
<script> | ||
@@ -157,2 +155,2 @@ var pattern = Trianglify({ | ||
Trianglify is GPLv3 licensed. Please [contact me](mailto:qr@qrohlf.com) if you are interested in purchasing Trianglify under an alternative license. | ||
Trianglify is GPLv3 licensed. Please [contact me](mailto:qr@qrohlf.com) if you are interested in purchasing Trianglify under an alternative license. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105546
153
+ Addedabab@1.0.4(transitive)
+ Addedjsdom@7.2.2(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedsymbol-tree@3.2.4(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@2.0.1(transitive)
+ Addedwhatwg-url-compat@0.6.5(transitive)
+ Addedxml-name-validator@2.0.1(transitive)
- Removedacorn@0.11.0(transitive)
- Removedbindings@1.5.0(transitive)
- Removedbrowser-request@0.3.3(transitive)
- Removedcontextify@0.1.15(transitive)
- Removeddom-serializer@0.2.2(transitive)
- Removeddomelementtype@1.3.12.3.0(transitive)
- Removeddomhandler@2.4.2(transitive)
- Removeddomutils@1.7.0(transitive)
- Removedentities@1.1.22.2.0(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedhtmlparser2@3.10.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjsdom@3.1.2(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedxml-name-validator@1.0.0(transitive)
- Removedxmlhttprequest@1.8.0(transitive)
Updatedjsdom@^7.0.2