graphics-wrapper
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "graphics-wrapper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A wrapper for node-canvas", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const fs = require('fs'); | ||
const Canvas = require('canvas'); | ||
const Draw = require('../graphics-wrapper'); | ||
const Draw = require('./'); | ||
@@ -5,0 +5,0 @@ const canvas = Canvas.createCanvas(500, 500); |
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
5157