So is the point to simplify the process or something else?
CSS Sprites are very easy to make and use. You just need to set the right coordinates for the background-image.
On the other hand, running a complicated JS library and building an infrastructure to extract these images seems like an overkill for something that CSS sprites can do so easily.
CSS Sprites are very easy to make and use. You just need to set the right coordinates for the background-image.
On the other hand, running a complicated JS library and building an infrastructure to extract these images seems like an overkill for something that CSS sprites can do so easily.