stylus-images
Image linking utilities for Stylus.
- Merges duplicated data URIs
- Loads resolution dependent images when available
- Moves non-inlined relative url's into the output directory
Release Notes
Version 1.0
- Rework the API to support multiple file output from a single stylus execution.
Old stylus plugin-based implementation is still an option using require('stylus-images').plugins
New implementations should use the stylus-image object in place of direct stylus calls:
var stylusImages = ; var compiler = ; compiler; compiler;