Holder.js by Ivan Malopinsky

<PackageReference Include="Holder.js" Version="2.8.0" />

Package Files

108,038 bytes

 Holder.js 2.8.0

Holder uses the canvas element and the data URI scheme to render image placeholders entirely in browser.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Holder.js</id>
    <version>2.8.0</version>
    <authors>Ivan Malopinsky</authors>
    <owners>Cory Deppen</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>http://imsky.github.com/holder/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Holder uses the canvas element and the data URI scheme to render image placeholders entirely in browser.</description>
    <releaseNotes>- 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.</releaseNotes>
    <tags>Images Placeholders Client-Side Canvas Generation Development</tags>
  </metadata>
</package>