mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-04 10:16:45 +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 sharp from 'sharp';
|
||||||
import * as v from 'valibot';
|
import * as v from 'valibot';
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// deno-lint-ignore-file
|
||||||
import sharp from 'sharp';
|
import sharp from 'sharp';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// deno-lint-ignore-file
|
||||||
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
|
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
|
||||||
// import { image } from '@hk/photographer-toolbox';
|
// 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 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,3 +1,4 @@
|
|||||||
|
// 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';
|
||||||
|
2
jsr.json
2
jsr.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||||
"name": "@kunkun/ext-image-processing",
|
"name": "@kunkun/ext-image-processing",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "image-processing",
|
"name": "image-processing",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "Image Processing",
|
"name": "Image Processing",
|
||||||
"shortDescription": "Image Processing",
|
"shortDescription": "Image Processing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user