forked from reversolabs/rasterday
-
Notifications
You must be signed in to change notification settings - Fork 0
pete/rasterday
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rasterday is a piece of Rack middleware to let you use SVGs transparently, even in the face of browsers that hate SVGs. It does this by conditionally translating your application's SVG images to GIFs or PNGs when it thinks the browser won't handle the SVG properly, or on a trigger you specify. The short version is to put this in your config.ru so that it can intercept SVG images that come back from anything deeper in the stack (e.g., your application, or Rack::Static, or similar). See doc/examples for example usage. If you figure out how to use it with Rails, I'd be interested in an example. See doc/TODO for what the author intends to do. See doc/LICENSE for licensing information.
About
Rack middleware to convert SVGs automatically
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published