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