mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 18:06:42 +00:00
fix: add deno-lint-ignore-file for deno-src files
This commit is contained in:
parent
5d869fb78c
commit
f8527064eb
@ -1,3 +1,4 @@
|
||||
// deno-lint-ignore-file
|
||||
import sharp from 'sharp';
|
||||
import * as v from 'valibot';
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// deno-lint-ignore-file
|
||||
import sharp from 'sharp';
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,4 @@
|
||||
// deno-lint-ignore-file
|
||||
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
|
||||
// import { image } from '@hk/photographer-toolbox';
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
// deno-lint-ignore-file
|
@ -1,3 +1,4 @@
|
||||
// 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,3 +1,4 @@
|
||||
// deno-lint-ignore-file
|
||||
import { ExifDateTime } from 'exiftool-vendored';
|
||||
import type { ImageMetadata } from '@hk/photographer-toolbox/types';
|
||||
import { ImageMetadataMod } from '../src/types.ts';
|
||||
|
2
jsr.json
2
jsr.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||
"name": "@kunkun/ext-image-processing",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh",
|
||||
"name": "image-processing",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"kunkun": {
|
||||
"name": "Image Processing",
|
||||
"shortDescription": "Image Processing",
|
||||
|
Loading…
x
Reference in New Issue
Block a user