ag-psd 14.3.12 → 14.3.13

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 CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v14.3.13
4
+ - Fixed handling files with incorrect channel image data length
5
+
3
6
  ## v14.3.11
4
7
  - Fixed corrupted file when passing non-integer values to `layer.left`, `.top`, `.right`, `.bottom`
5
8
 
package/README.md CHANGED
@@ -34,6 +34,8 @@ npm install ag-psd
34
34
 
35
35
  ## Usage
36
36
 
37
+ Description of the structure of Psd object used by `readPsd` and `writePsd` functions can be found in our [PSD Readme document](/README_PSD.md)
38
+
37
39
  ### Functions
38
40
 
39
41
  ```ts