blurhash-img
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -80,3 +80,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
position: absolute; | ||
inset: 0px; | ||
top: 0; | ||
@@ -100,3 +99,3 @@ right: 0; | ||
__decorate([ | ||
query('#canvas') | ||
query('canvas') | ||
], BlurhashImg.prototype, "canvas", void 0); | ||
@@ -103,0 +102,0 @@ BlurhashImg = __decorate([ |
{ | ||
"name": "blurhash-img", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A Web Component for decoding blurhash strings onto a canvas.", | ||
@@ -5,0 +5,0 @@ "main": "dist/blurhash-img.js", |
@@ -32,3 +32,2 @@ import { | ||
position: absolute; | ||
inset: 0px; | ||
top: 0; | ||
@@ -58,3 +57,3 @@ right: 0; | ||
@query('#canvas') canvas: HTMLCanvasElement | undefined; | ||
@query('canvas') canvas: HTMLCanvasElement | undefined; | ||
@@ -61,0 +60,0 @@ __updateCanvasImage() { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25308
379