feat: BMP format support (#4)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
MaxtuneLee
2025-06-11 02:50:40 +08:00
committed by GitHub
parent da509ed172
commit d7397c60e2
4 changed files with 91 additions and 2 deletions

15
pnpm-lock.yaml generated
View File

@@ -338,6 +338,9 @@ importers:
'@aws-sdk/s3-request-presigner':
specifier: 3.826.0
version: 3.826.0
'@vingle/bmp-js':
specifier: ^0.2.5
version: 0.2.5
blurhash:
specifier: 2.0.5
version: 2.0.5
@@ -2644,6 +2647,9 @@ packages:
'@types/node@22.15.31':
resolution: {integrity: sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==}
'@types/node@8.10.66':
resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -2945,6 +2951,9 @@ packages:
'@vercel/static-config@3.1.1':
resolution: {integrity: sha512-IRtKnm9N1Uqd2ayIbLPjRtdwcl1GTWvqF1PuEVNm9O43kmoI+m9VpGlW8oga+5LQq1LmJ2Y67zHr7NbjrH1rrw==}
'@vingle/bmp-js@0.2.5':
resolution: {integrity: sha512-tiY69wMrXgIVcdpkjQybXTyQw+P2rKzUfA6b+biM6BD1utr5QeeEj9fzs0fFHVf+3siTsYwzI6zltV9+i6ehEA==}
'@vitejs/plugin-react@4.5.2':
resolution: {integrity: sha512-QNVT3/Lxx99nMQWJWF7K4N6apUEuT0KlZA3mx/mVaoGj3smm/8rc8ezz15J1pcbcjDK0V15rpHetVfya08r76Q==}
engines: {node: ^14.18.0 || >=16.0.0}
@@ -9240,6 +9249,8 @@ snapshots:
dependencies:
undici-types: 6.21.0
'@types/node@8.10.66': {}
'@types/normalize-package-data@2.4.4': {}
'@types/parse-author@2.0.3': {}
@@ -9634,6 +9645,10 @@ snapshots:
json-schema-to-ts: 1.6.4
ts-morph: 12.0.0
'@vingle/bmp-js@0.2.5':
dependencies:
'@types/node': 8.10.66
'@vitejs/plugin-react@4.5.2(vite@6.3.5(@types/node@22.15.31)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.41.0)(tsx@4.19.4)(yaml@2.8.0))':
dependencies:
'@babel/core': 7.27.4