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
just install with: npm install -g ysprite
npm install -g ysprite
folder structure:
and run with:
However,it do generate a sprite image without css file,but it seems that the result is repeating.
i try to run ysprite -r in the folder sprites and it works!
ysprite -r
The text was updated successfully, but these errors were encountered:
The repeated part is pre generated sprite.png. Maybe the lib should give user a way to specify/filter images to generate sprite.
sprite.png
Anyway, the upcoming v2 will resolve it.
v2
Sorry, something went wrong.
No branches or pull requests
just install with:
npm install -g ysprite
folder structure:
and run with:
However,it do generate a sprite image without css file,but it seems that the result is repeating.
i try to run
ysprite -r
in the folder sprites and it works!The text was updated successfully, but these errors were encountered: