mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-30 22:31:52 +00:00
Bump to v1.3.1
This commit is contained in:
parent
e8e86830e9
commit
e45ad55c3e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jscanify",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "Open-source Javascript mobile document scanner.",
|
||||
"main": "src/jscanify-node.js",
|
||||
"directories": {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/*! jscanify v1.3.0 | (c) ColonelParrot and other contributors | MIT License */
|
||||
/*! jscanify v1.3.1 | (c) ColonelParrot and other contributors | MIT License */
|
||||
|
||||
const { Canvas, createCanvas, Image, ImageData } = require("canvas");
|
||||
const { JSDOM } = require("jsdom");
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/*! jscanify v1.3.0 | (c) ColonelParrot and other contributors | MIT License */
|
||||
/*! jscanify v1.3.1 | (c) ColonelParrot and other contributors | MIT License */
|
||||
|
||||
(function (global, factory) {
|
||||
typeof exports === "object" && typeof module !== "undefined"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user