Releases: antonlukin/poster-editor
Releases · antonlukin/poster-editor
5.7
Fixed changes for canvas method
5.5
Fixed handleError call in PosterEditor constructor
5.4
Updated parameters of save and show functions
5.3
Fix nospace text problem
5.2
Fix break line notice
5.1
Fix scaling exmaple and readme typos
5.0
- United
build
andappend
methods withmake
andinsert
. - Separated
resize
method toupsize
anddownsize
- Renamed
getResource
andsetResource
methods withget
andset
- The ability to use width and height for the insert method is prohibited
- Improved README and examples
4.1
- Add
build()
method to create image from binary data - Add
rotate()
method to rotate image - Replace
createResource
withcreateFromFile
andcreateFromString
methods
4.0
- Replace
fontfile
text() method attribute withfontpath
- Add canvas optional color settings
- Simplify error messages
- Fix setType bug
- Update examples
- Increase calculcations performance for multiline texts
3.0
Rename class and update exmaples.