- Spriten your day.™
- Spriten the load.™
- Because, the future is sprite.™
Download Current Release · macOS
- Download the current release (above)
- Open the DMG and drag Spriggan to your Applications folder
- Open Spriggan by right-clicking the app and clicking Open (this allows you to bypass macOS Sierra's new application security for unsigned apps, as I'm not a part of the Apple Developer Program)
Alternatively, you can allow unsigned apps in macOS 10.11 (El Capitan) by going to System Preferences > Security & Privacy, then choosing Anywhere under "Allow apps downloaded from" in the General tab.
On macOS 10.12 (Sierra), the process is a little more involved.
- Creates multiple image sprites in batches, in just a few clicks
- Supports entire folder structures of images
- Writes the sprite CSS
- Minifies sprite images to reduce the file size
- Drag a few images (or a few folders of images) you want to create sprites out of.
- or create new Buckets from scratch and add your images to them.
- Click Generate All.
- Sing a Gaelic tune! Each of your buckets have been turned into a sprite image (PNG) with its accompanying CSS your developers can use in their project.
A sprite is a map of images all compiled together so that developers don't have to include every individual image in their project separately, which causes slowdowns when a site or app loads. Loading just one image is quicker and more efficient.
More about sprites: CSS Tricks
- Icon libraries
- Button and component states (image-based)
- Logos
- Image bundles for advertisements
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn run dev
# build electron application for production
yarn run build
MIT
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.