Holder.js
2.5.0
See the version list below for details.
dotnet add package Holder.js --version 2.5.0
NuGet\Install-Package Holder.js -Version 2.5.0
<PackageReference Include="Holder.js" Version="2.5.0" />
paket add Holder.js --version 2.5.0
#r "nuget: Holder.js, 2.5.0"
// Install Holder.js as a Cake Addin #addin nuget:?package=Holder.js&version=2.5.0 // Install Holder.js as a Cake Tool #tool nuget:?package=Holder.js&version=2.5.0
Holder uses the canvas element and the data URI scheme to render image placeholders entirely in browser.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.4 | 14,382 | 8/31/2016 |
2.9.3 | 7,935 | 3/9/2016 |
2.9.2 | 1,155 | 3/9/2016 |
2.9.1 | 1,188 | 3/9/2016 |
2.9.0 | 1,120 | 3/9/2016 |
2.8.1 | 1,180 | 3/9/2016 |
2.8.0 | 1,190 | 3/9/2016 |
2.7.1 | 1,181 | 3/9/2016 |
2.7.0 | 1,200 | 3/9/2016 |
2.6.1 | 1,130 | 3/9/2016 |
2.6.0 | 1,249 | 3/9/2016 |
2.5.2 | 1,125 | 3/9/2016 |
2.5.0 | 14,916 | 2/10/2015 |
2.4.1 | 1,365 | 2/10/2015 |
2.4.0 | 6,674 | 9/15/2014 |
2.3.2 | 3,014 | 4/28/2014 |
2.3.1 | 1,337 | 4/28/2014 |
2.3.0 | 1,438 | 4/28/2014 |
2.2.0 | 1,507 | 4/28/2014 |
2.1.0 | 1,459 | 4/28/2014 |
2.0.0 | 1,232 | 4/28/2014 |
1.9.0 | 6,911 | 2/15/2013 |
- Invisible placeholders are now rendered automatically.
- Font size units now default to points (pt) from the previous hard-coded default of px.
- Resizable placeholders can pause and resume their rendering using the setResizeUpdate method.
- Font size can now be set as part of the placeholder URL.
- The URL used to generate the placeholder is embedded inside the generated image (SVG only).
- Holder.version now reports the library version.