blurhash-img
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "blurhash-img", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Web Component for decoding blurhash strings onto a canvas.", | ||
@@ -5,0 +5,0 @@ "main": "dist/blurhash-img.js", |
# blurhash-img | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/fpapado/blurhash-img) | ||
A Web Component for decoding [blurhash strings](https://github.com/woltapp/blurhash) onto a canvas. | ||
@@ -19,2 +21,18 @@ | ||
<!-- | ||
``` | ||
<custom-element-demo> | ||
<template> | ||
<script type="module" src="https://unpkg.com/blurhash-img?module"></script> | ||
<style> | ||
blurhash-img { | ||
width: 400px; | ||
height: 300px; | ||
} | ||
</style> | ||
<next-code-block></next-code-block> | ||
</template> | ||
</custom-element-demo> | ||
``` | ||
--> | ||
```html | ||
@@ -21,0 +39,0 @@ <blurhash-img hash="L?H..]S5Rjaz?wR+f5fkIVV@t7fQ"></blurhash-img> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24967
235