Skip to content

codermania/DoTheSpriteThing

 
 

Repository files navigation

Do The Sprite Thing

Purpose

Do The Sprite Thing is a library for generating image sprites for ASP.NET Core websites. When a web page is displaying a number of separate images, each one will be downloaded using a separate HTTP request and so combining these images into a single image sprite will improve the performance of the page. You can find more information on how image sprites work at w3Schools.

Installation instructions

nuget install do-the-sprite-thing

Example usage

Check out the wiki

Questions?

Either create a Github issue or shoot me a question on Twitter where I'm @woodburysoft.

About

Do The Sprite Thing is a library for generating image sprites for ASP.NET Core websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 87.0%
  • HTML 6.6%
  • PowerShell 6.0%
  • Other 0.4%