image-raub
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -244,3 +244,3 @@ 'use strict'; | ||
// ====== STORE JPEG | ||
const img = new Image(); | ||
const img = new JsImage(); | ||
img._load(fakeBmp, true); | ||
@@ -247,0 +247,0 @@ |
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "image-raub", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Native Image loader for Node.js", | ||
@@ -22,4 +22,3 @@ "license": "MIT", | ||
"LICENSE", | ||
"package.json", | ||
"README.md" | ||
"package.json" | ||
], | ||
@@ -26,0 +25,0 @@ "engines": { |
14512