mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 18:06:42 +00:00
use back to jsr.json, add import map
This commit is contained in:
parent
ceae246ece
commit
4db8d65b5e
@ -1,5 +1,3 @@
|
||||
// deno-fmt-ignore-file
|
||||
// deno-lint-ignore-file
|
||||
import sharp from 'sharp';
|
||||
import * as v from 'valibot';
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// deno-fmt-ignore-file
|
||||
// deno-lint-ignore-file
|
||||
import sharp from 'sharp';
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts"
|
||||
"dev": "deno run --watch dev.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",
|
||||
|
@ -1,5 +1,3 @@
|
||||
// deno-fmt-ignore-file
|
||||
// deno-lint-ignore-file
|
||||
import { ExifDateTime, ExifTool } from 'exiftool-vendored';
|
||||
// import { image } from '@hk/photographer-toolbox';
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
// deno-lint-ignore-file
|
||||
// deno-fmt-ignore-file
|
@ -1,5 +1,3 @@
|
||||
// deno-fmt-ignore-file
|
||||
// deno-lint-ignore-file
|
||||
import type { API } from '../src/types.ts';
|
||||
import { expose } from '@kunkun/api/runtime/deno';
|
||||
import { image } from '@hk/photographer-toolbox';
|
||||
|
@ -1,5 +1,3 @@
|
||||
// deno-fmt-ignore-file
|
||||
// deno-lint-ignore-file
|
||||
import { ExifDateTime } from 'exiftool-vendored';
|
||||
import type { ImageMetadata } from '@hk/photographer-toolbox/types';
|
||||
import { ImageMetadataMod } from '../src/types.ts';
|
||||
|
@ -1,7 +1,9 @@
|
||||
{
|
||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||
"name": "@kunkun/ext-image-processing",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"license": "MIT",
|
||||
"lint": false,
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
"include": [
|
||||
@ -16,9 +18,6 @@
|
||||
".npmrc"
|
||||
]
|
||||
},
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",
|
||||
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh",
|
||||
"name": "image-processing",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"kunkun": {
|
||||
"name": "Image Processing",
|
||||
"shortDescription": "Image Processing",
|
||||
|
Loading…
x
Reference in New Issue
Block a user