Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blurhash-img

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blurhash-img - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc