File tree Expand file tree Collapse file tree 4 files changed +606
-0
lines changed
Expand file tree Collapse file tree 4 files changed +606
-0
lines changed Original file line number Diff line number Diff line change 44[submodule "src/handlers/qoi-fu "]
55 path = src/handlers/qoi-fu
66 url = https://github.com/pfusik/qoi-fu
7+ [submodule "src/handlers/sppd "]
8+ path = src/handlers/sppd
9+ url = https://github.com/p2r3/sppd
Original file line number Diff line number Diff line change 2020 "@ffmpeg/util" : " ^0.12.2" ,
2121 "@imagemagick/magick-wasm" : " ^0.0.37" ,
2222 "@types/meyda" : " ^5.3.0" ,
23+ "@types/three" : " ^0.182.0" ,
2324 "meyda" : " ^5.6.3" ,
2425 "mime" : " ^4.1.0" ,
2526 "pdftoimg-js" : " ^0.2.5" ,
27+ "three" : " ^0.182.0" ,
28+ "three-bvh-csg" : " ^0.0.17" ,
29+ "three-mesh-bvh" : " ^0.9.8" ,
2630 "vite-plugin-static-copy" : " ^3.1.6" ,
2731 "wavefile" : " ^11.0.0"
2832 }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import renameHandler from "./rename.ts";
99import envelopeHandler from "./envelope.ts" ;
1010import svgForeignObjectHandler from "./svgForeignObject.ts" ;
1111import qoiFuHandler from "./qoi-fu.ts" ;
12+ import sppdHandler from "./sppd.ts" ;
1213
1314const handlers : FormatHandler [ ] = [
1415 new canvasToBlobHandler ( ) ,
@@ -20,5 +21,6 @@ const handlers: FormatHandler[] = [
2021 new envelopeHandler ( ) ,
2122 new svgForeignObjectHandler ( ) ,
2223 new qoiFuHandler ( ) ,
24+ new sppdHandler ( ) ,
2325] ;
2426export default handlers ;
You can’t perform that action at this time.
0 commit comments