diff --git a/README.md b/README.md index 197fa3a..f6b3f03 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,15 @@ Supports the web, NodeJS, npm or via cdn

+ **Features**: - paper detection & highlighting - paper scanning with distortion correction -
+ +> [!IMPORTANT] +> 🎉 _jscanify v1.3.0_ has just been released! **Same API, better results.** See the [release](https://github.com/puffinsoft/jscanify/releases/tag/v1.3.0) to see the difference! 🎉 + - 🆕 glare suppression - 🆕 multi-colored paper support diff --git a/package.json b/package.json index 8c95a5c..03a392c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscanify", - "version": "1.3.1", + "version": "1.3.2", "description": "Open-source Javascript mobile document scanner.", "main": "src/jscanify-node.js", "directories": { diff --git a/src/jscanify-node.js b/src/jscanify-node.js index 934b7e5..3d7ec2d 100644 --- a/src/jscanify-node.js +++ b/src/jscanify-node.js @@ -1,4 +1,4 @@ -/*! jscanify v1.3.1 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.3.2 | (c) ColonelParrot and other contributors | MIT License */ const { Canvas, createCanvas, Image, ImageData } = require("canvas"); const { JSDOM } = require("jsdom"); diff --git a/src/jscanify.js b/src/jscanify.js index 5bdb8a6..53a3c19 100644 --- a/src/jscanify.js +++ b/src/jscanify.js @@ -1,4 +1,4 @@ -/*! jscanify v1.3.1 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.3.2 | (c) ColonelParrot and other contributors | MIT License */ (function (global, factory) { typeof exports === "object" && typeof module !== "undefined"