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
- Host: GitHub
- URL: https://github.com/sroettering/stickerize
- Owner: sroettering
- Created: 2019-06-02T19:31:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T04:15:00.000Z (over 2 years ago)
- Last Synced: 2025-10-29T03:35:34.168Z (8 months ago)
- Language: HTML
- Homepage: https://sroettering.github.io/stickerize/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/stickerize)
[](https://www.webcomponents.org/element/stickerize)

#
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.