1- exports . id = 371 ;
2- exports . ids = [ 371 ] ;
1+ exports . id = 155 ;
2+ exports . ids = [ 155 ] ;
33exports . modules = {
44
5- /***/ 3561 :
5+ /***/ 1680 :
66/***/ ( ( module , __unused_webpack_exports , __webpack_require__ ) => {
77
8- module . exports = __webpack_require__ ( 9244 )
8+ module . exports = __webpack_require__ ( 7739 )
99
1010
1111/***/ } ) ,
1212
13- /***/ 9244 :
13+ /***/ 7739 :
1414/***/ ( ( module , __unused_webpack_exports , __webpack_require__ ) => {
1515
16- const stream = __webpack_require__ ( 2781 )
17- const EventEmitter = __webpack_require__ ( 2361 )
18- const LZWEncoder = __webpack_require__ ( 4348 )
19- const NeuQuant = __webpack_require__ ( 3829 )
20- const { OctreeQuant, Color } = __webpack_require__ ( 9328 )
16+ const stream = __webpack_require__ ( 2203 )
17+ const EventEmitter = __webpack_require__ ( 4434 )
18+ const LZWEncoder = __webpack_require__ ( 3500 )
19+ const NeuQuant = __webpack_require__ ( 222 )
20+ const { OctreeQuant, Color } = __webpack_require__ ( 2756 )
2121
2222class ByteArray {
2323 constructor ( ) {
@@ -417,7 +417,7 @@ module.exports = GIFEncoder
417417
418418/***/ } ) ,
419419
420- /***/ 4348 :
420+ /***/ 3500 :
421421/***/ ( ( module ) => {
422422
423423/*
@@ -651,7 +651,7 @@ module.exports = LZWEncoder
651651
652652/***/ } ) ,
653653
654- /***/ 9328 :
654+ /***/ 2756 :
655655/***/ ( ( module ) => {
656656
657657/*
@@ -878,7 +878,7 @@ module.exports = { OctreeQuant, Node, Color }
878878
879879/***/ } ) ,
880880
881- /***/ 3829 :
881+ /***/ 222 :
882882/***/ ( ( module ) => {
883883
884884/* NeuQuant Neural-Net Quantization Algorithm
@@ -1334,7 +1334,7 @@ module.exports = NeuQuant
13341334
13351335/***/ } ) ,
13361336
1337- /***/ 6382 :
1337+ /***/ 2644 :
13381338/***/ ( ( module , __unused_webpack_exports , __webpack_require__ ) => {
13391339
13401340/*!
@@ -1348,10 +1348,10 @@ module.exports = NeuQuant
13481348/*
13491349 * Module dependencies.
13501350 */
1351- const fs = __webpack_require__ ( 7147 ) ;
1352- const os = __webpack_require__ ( 2037 ) ;
1353- const path = __webpack_require__ ( 1017 ) ;
1354- const crypto = __webpack_require__ ( 6113 ) ;
1351+ const fs = __webpack_require__ ( 9896 ) ;
1352+ const os = __webpack_require__ ( 857 ) ;
1353+ const path = __webpack_require__ ( 6928 ) ;
1354+ const crypto = __webpack_require__ ( 6982 ) ;
13551355const _c = { fs : fs . constants , os : os . constants } ;
13561356
13571357/*
0 commit comments