文件名称:DoTheSpriteThing:Do Sprite Thing是一个用于为ASP.NET Core网站生成图像Sprite的库
文件大小:371KB
文件格式:ZIP
更新时间:2024-04-02 00:47:12
C#
做雪碧的事 目的 做Sprite Thing是一个用于为ASP.NET Core网站生成图像Sprite的库。 当网页显示多个单独的图像时,将使用单独的HTTP请求下载每个图像,因此将这些图像组合到单个图像子画面中将改善页面的性能。 您可以在上找到有关图像精灵如何工作的更多信息。 安装说明 nuget install do-the-sprite-thing 用法示例 查看 问题? 要么创建要么在Twitter上向我 。
【文件预览】:
DoTheSpriteThing-master
----DoTheSpriteThing.sln(5KB)
----test()
--------DoTheSpriteThing.Testbed()
--------DoTheSpriteThing.Tests()
--------DoTheSpriteThing.Benchmarks()
----DoTheSpriteThing.sln.DotSettings(493B)
----azure-pipelines.yml(952B)
----src()
--------DoTheSpriteThing()
----build.cake(1KB)
----.gitignore(4KB)
----Licence.md(7KB)
----README.md(1KB)
----build.ps1(6KB)