Holder.js 2.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Holder.js --version 2.6.0
NuGet\Install-Package Holder.js -Version 2.6.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.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Holder.js --version 2.6.0
#r "nuget: Holder.js, 2.6.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.6.0

// Install Holder.js as a Cake Tool
#tool nuget:?package=Holder.js&version=2.6.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.

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 12,441 8/31/2016
2.9.3 7,761 3/9/2016
2.9.2 1,125 3/9/2016
2.9.1 1,159 3/9/2016
2.9.0 1,091 3/9/2016
2.8.1 1,145 3/9/2016
2.8.0 1,159 3/9/2016
2.7.1 1,164 3/9/2016
2.7.0 1,168 3/9/2016
2.6.1 1,098 3/9/2016
2.6.0 1,212 3/9/2016
2.5.2 1,093 3/9/2016
2.5.0 14,443 2/10/2015
2.4.1 1,330 2/10/2015
2.4.0 6,615 9/15/2014
2.3.2 2,950 4/28/2014
2.3.1 1,306 4/28/2014
2.3.0 1,406 4/28/2014
2.2.0 1,477 4/28/2014
2.1.0 1,427 4/28/2014
2.0.0 1,215 4/28/2014
1.9.0 6,520 2/15/2013

- Holder is now available through NPM
           - Scene graph and utility code has been factored out into CommonJS modules
           - Webpack is now used to create the UMD build
           - Stylesheets are generated for SVG placeholders, reducing inline styles and file size
           - The data-src "substitute" attribute for img's src can now be customized through the dataAttr option