Holder.js 2.8.0

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

// Install Holder.js as a Cake Tool
#tool nuget:?package=Holder.js&version=2.8.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,701 8/31/2016
2.9.3 7,799 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,213 3/9/2016
2.5.2 1,094 3/9/2016
2.5.0 14,487 2/10/2015
2.4.1 1,334 2/10/2015
2.4.0 6,617 9/15/2014
2.3.2 2,951 4/28/2014
2.3.1 1,306 4/28/2014
2.3.0 1,406 4/28/2014
2.2.0 1,478 4/28/2014
2.1.0 1,427 4/28/2014
2.0.0 1,215 4/28/2014
1.9.0 6,533 2/15/2013

- Outlines with diagonals can now be drawn using the outline option.
           - Text color is now automatically set if no foreground color is specified.
           - Text margin can now be controlled using the run-time lineWrapRatio option.
           - addImage now supports a DOM node (or nodes) as argument
           - SVG and DOM functions have been factored out into modules.
           - Scene graph code has been rewritten to use plain JS, augment.js has been removed.
           - Flag processing code has been removed.
           - README has been updated with more documentation of internal options.