We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to switch to pixelated mode.
Use canvas to directly pixelate the normal mode images (raster and svg) without switching to another set of images
See also: 2015 Game MSX Arcomage (not sure if they were somehow affiliated with 3DO)
Notes:
The text was updated successfully, but these errors were encountered:
feat: pixelated component & settings (#44);
b27fe55
style: remove unused concat method; docs: readme; update manual image; test: temporarily remove reducer_auto_all.test
feat: pixel mode complete for raster images (#44)
de1aa65
No branches or pull requests
Add an option to switch to pixelated mode.
Use canvas to directly pixelate the normal mode images (raster and svg) without switching to another set of images
See also: 2015 Game MSX Arcomage (not sure if they were somehow affiliated with 3DO)
Notes:
Pixelation for SVGs: will not do, because most SVGs in the game are animated, it's hard to convert them to canvasThe text was updated successfully, but these errors were encountered: