A Polymer 2 element that automatically generates a Clash Royale card inside a canvas.
[ This description is mirrored from README.md at github.com/Dabolus/cr-card on 2019-05-10 ]
<cr-card>
A Polymer 2 element that automatically generates a Clash Royale card inside a canvas.
Basic example:
<cr-card
card-name="Simple CR Card Demo"
description="This really basic demo shows how easy it is to generate a Clash Royale card using Web Components.">
<cr-card-property title="HP" value="100" icon="hp"></cr-card-property>
</cr-card>
Install
Framework Support
Polymer 2.0+
Browser Compatibility
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 2.1.1
Dependencies
- polymer#Polymer/polymer#^2.0.0
- webfontloader#typekit/webfontloader#^1.6.28
- cr-fonts#Dabolus/cr-fonts#2.0.0
- file-saver#^1.3.3
- lz-string#^1.4.4