You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-23
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
# ASE
4
4
5
-
.ase/.aseprite file format reader/writer written in Haxe with no external dependencies.
5
+
A `.ase/.aseprite` file format reader/writer written in Haxe with no external dependencies.
6
6
7
-
Implemented following the official [Aseprite File Format (.ase/.aseprite) Specifications](https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md)
7
+
Implemented following the official [Aseprite File Format (.ase/.aseprite) Specifications](https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md).
8
8
9
-
Note that this library only provides reading and writing of the Aseprite file format. If you need rendering you will have to implement it yourself or use one of the existing rendering libraries:
9
+
Note that this library only provides reading and writing of the Aseprite file format. If you need rendering, you will have to implement it yourself or use one of the existing rendering libraries:
0 commit comments