mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-04 10:16:45 +00:00
debug: add // deno-fmt-ignore-file for deno-src ts files
This commit is contained in:
parent
d796f8bd4d
commit
a570f904d4
@ -1,3 +1,4 @@
|
|||||||
|
// deno-fmt-ignore-file
|
||||||
// deno-lint-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,3 +1,4 @@
|
|||||||
|
// deno-fmt-ignore-file
|
||||||
// deno-lint-ignore-file
|
// deno-lint-ignore-file
|
||||||
import sharp from 'sharp';
|
import sharp from 'sharp';
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
// deno-fmt-ignore-file
|
||||||
// deno-lint-ignore-file
|
// deno-lint-ignore-file
|
||||||
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
|
import { ExifDateTime, ExifTool } from 'exiftool-vendored';
|
||||||
// import { image } from '@hk/photographer-toolbox';
|
// import { image } from '@hk/photographer-toolbox';
|
||||||
|
|
||||||
// import { convertDate } from './lib.ts';
|
// import { convertDate } from './lib.ts';
|
||||||
|
@ -1 +1,2 @@
|
|||||||
// deno-lint-ignore-file
|
// deno-lint-ignore-file
|
||||||
|
// deno-fmt-ignore-file
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
|
// deno-fmt-ignore-file
|
||||||
// deno-lint-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';
|
||||||
import { convertDate } from './lib.ts';
|
import { convertDate } from './lib.ts';
|
||||||
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
|
import { ExifDateTime, ExifTool } from 'exiftool-vendored';
|
||||||
|
|
||||||
export function batchSmartSetImageOriginalDate(
|
export function batchSmartSetImageOriginalDate(
|
||||||
imagePaths: string[],
|
imagePaths: string[],
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// deno-fmt-ignore-file
|
||||||
// deno-lint-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';
|
||||||
|
3
jsr.json
3
jsr.json
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$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.15",
|
"version": "0.0.16",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"lint": false,
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
"include": [
|
"include": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user