0.0.2 • Published 2 years ago

image-gbc v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

image-gbc

图形边界坐标生成

使用教程

import img from "./15558.png?url"
import imageGbc from "image-gbc"

/// tolerance 默认0.1,可不填写,更多参数请查看类型
const results = await imageGbc(img, {tolerance:0.1})
console.log(results)
0.0.2

2 years ago

0.0.1

2 years ago