An open API service indexing awesome lists of open source software.

https://github.com/sroettering/stickerize

A web component for converting images into stickers
https://github.com/sroettering/stickerize

Last synced: 4 months ago
JSON representation

A web component for converting images into stickers

Awesome Lists containing this project

README

          

[![npm](https://img.shields.io/npm/v/stickerize.svg?style=popout)](https://www.npmjs.com/package/stickerize)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/stickerize)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/stickerize.svg?style=popout)

#

Stickerize your images with a simple web component!

[Demo](https://sroettering.github.io/stickerize/)

## Installation
```
npm -i -S sticker
```

## Loading
```html

import "sticker";

```

## Usage

```html



```

## Notes
Basically your images receive two drop shadows (white border and blurred shadow) by applying a css filter.
This implies that your browser must support css filters.

This web component is compatible with the `@webcomponents/webcomponentsjs` polyfill.