mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-30 22:31:52 +00:00
bump for npm
This commit is contained in:
parent
78ab8fceb6
commit
04b2d3a4c5
@ -22,11 +22,15 @@ Supports the web, NodeJS, <a href="https://github.com/ColonelParrot/react-scanif
|
|||||||
Available on <a href="https://www.npmjs.com/package/jscanify">npm</a> or via <a href="https://www.jsdelivr.com/package/gh/ColonelParrot/jscanify">cdn</a><br/>
|
Available on <a href="https://www.npmjs.com/package/jscanify">npm</a> or via <a href="https://www.jsdelivr.com/package/gh/ColonelParrot/jscanify">cdn</a><br/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
**Features**:
|
**Features**:
|
||||||
|
|
||||||
- paper detection & highlighting
|
- paper detection & highlighting
|
||||||
- paper scanning with distortion correction
|
- paper scanning with distortion correction
|
||||||
<br/>
|
|
||||||
|
> [!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
|
- 🆕 glare suppression
|
||||||
- 🆕 multi-colored paper support
|
- 🆕 multi-colored paper support
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jscanify",
|
"name": "jscanify",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"description": "Open-source Javascript mobile document scanner.",
|
"description": "Open-source Javascript mobile document scanner.",
|
||||||
"main": "src/jscanify-node.js",
|
"main": "src/jscanify-node.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|||||||
@ -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 { Canvas, createCanvas, Image, ImageData } = require("canvas");
|
||||||
const { JSDOM } = require("jsdom");
|
const { JSDOM } = require("jsdom");
|
||||||
|
|||||||
@ -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) {
|
(function (global, factory) {
|
||||||
typeof exports === "object" && typeof module !== "undefined"
|
typeof exports === "object" && typeof module !== "undefined"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user