Victor Popkov
Victor Popkov
For those who are waiting for #13 and #14 to be merged and/or images published, you can use our [dstmodders/docker-ktools][] as an alternative: ```shell $ cd /path/to/your/data/ $ docker pull...
Force-pushed into the existing branch to include some fixes regarding issues with alpha channel that I've found during in-game testing.
Kinda sad. 5 years and no answers. For those, who stumbles upon this issue: It seems that this is due to alpha premultiplication, which is enabled by default. There is...
You should install the legacy version of [ImageMagick][] 6. If you have [Homebrew](https://brew.sh/) installed: ```shell $ brew install imagemagick@6 ``` Otherwise, you'll have to download and compile it on your...
If someone is still interested, I have recently made a complete rework of this project to continue the development: https://github.com/victorpopkov/react-ui-icheck ```bash npm install react-ui-icheck --save ``` I can't guarantee that...
Most likely, the issue is due to the use of Git nested tags, which currently don't seem to be supported by https://github.com/go-git/go-git which this project uses as a dependency. See...