Holder.js 2.5.0

dotnet add package Holder.js --version 2.5.0
NuGet\Install-Package Holder.js -Version 2.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Holder.js" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Holder.js --version 2.5.0
#r "nuget: Holder.js, 2.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0 1,642 2/10/2015
2.4.1 76 2/10/2015
2.4.0 3,144 9/15/2014
2.3.2 543 4/28/2014
2.3.1 92 4/28/2014
2.3.0 53 4/28/2014
2.2.0 56 4/28/2014
2.1.0 90 4/28/2014
2.0.0 52 4/28/2014
1.9.0 374 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.