ag-psd 20.2.0 → 20.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/dist/additionalInfo.js +2 -0
- package/dist/additionalInfo.js.map +1 -1
- package/dist/bundle.js +3 -1
- package/dist/imageResources.js +1 -1
- package/dist/imageResources.js.map +1 -1
- package/dist-es/additionalInfo.js +2 -0
- package/dist-es/additionalInfo.js.map +1 -1
- package/dist-es/imageResources.js +1 -1
- package/dist-es/imageResources.js.map +1 -1
- package/package.json +1 -1
- package/src/additionalInfo.ts +3 -1
- package/src/imageResources.ts +2 -2
package/CHANGELOG.md
CHANGED
package/dist/additionalInfo.js
CHANGED
|
@@ -1207,6 +1207,7 @@ function parseFilterFXItem(f) {
|
|
|
1207
1207
|
vertical: f.Fltr.Vrtc,
|
|
1208
1208
|
undefinedAreas: descriptor_1.FlMd.decode(f.Fltr['Fl ']),
|
|
1209
1209
|
} });
|
|
1210
|
+
case 943:
|
|
1210
1211
|
case 991: return __assign(__assign({}, base), { type: 'puppet', filter: {
|
|
1211
1212
|
rigidType: f.Fltr.rigidType,
|
|
1212
1213
|
bounds: [
|
|
@@ -1303,6 +1304,7 @@ function parseFilterFXItem(f) {
|
|
|
1303
1304
|
} });
|
|
1304
1305
|
}
|
|
1305
1306
|
default:
|
|
1307
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1306
1308
|
throw new Error("Unknown filterID: ".concat(f.filterID));
|
|
1307
1309
|
}
|
|
1308
1310
|
}
|