0.0.2 • Published 5 months ago

image-gbc v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months 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

5 months ago

0.0.1

5 months ago