image-process
Version:
A Image clipping or scaling, support local or same domain video file screenshot. It's implemented in canvas.
19 lines (18 loc) • 383 B
JSON
{
"name": "@image-process/core",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"types": "./types.d.ts",
"files": [
"./src"
],
"scripts": {
"build": "vite build --emptyOutDir && node scripts/after-build.js",
"docs": "node scripts/create-docs.js",
"test": "vitest"
},
"keywords": [],
"author": "Capricorncd",
"license": "ISC"
}