bgrins / InstantSprite

A fast browser based CSS Sprite Generator
http://instantsprite.com
MIT License
141 stars 29 forks source link

Simple sort #15

Closed meburton closed 6 years ago

meburton commented 7 years ago

Simple alphanumeric sorting of images

I had need of a simple sort for the image names and didn't see an existing way to do it.

My js/web dev in general knowledge is limited and this is very modestly tested (eg. I have not tried any filenames except those like abc0123.png) but seems to work for my simple needs. If you want to use it but need some changes just let me know and I'll be glad to do what I can.