meme-maker
A Polymer element to make memes
[ This description is mirrored from README.md at github.com/ireade/meme-maker on 2019-05-22 ]
<meme-maker>
A Polymer element to easily make memes.
Demo
<meme-maker image-url="http://res.cloudinary.com/big-cabal/image/upload/w_700,f_auto,fl_lossy,q_auto/v1484916770/sense_jilgk7.png"
top-text="You can't fail your tests"
bottom-text="If you don't write any"
font-size="28px"></meme-maker>
Install the Polymer-CLI
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your element locally.
Viewing Your Element
$ polymer serve
Running Tests
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- polymer#Polymer/polymer#^2.0.0
- Released
- 2017-06-15
- Maturity
- IMPORTED
- License
- MIT License
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent
meme-maker - Vaadin Add-on Directory
A Polymer element to make memes
**[ This description is mirrored from README.md at [github.com/ireade/meme-maker](https://github.com//ireade/meme-maker/blob/v1.0.0/README.md) on 2019-05-22 ]**
# \
A Polymer element to easily make memes.
## Demo
![demo](https://user-images.githubusercontent.com/8677283/27186368-0b5bbdde-51e0-11e7-8d7b-e171a006600e.png)
```html
```
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.