ember-cli-dropcap
v0.0.1
Published
A simple Ember wrapper for Adobe dropcap.js
Maintainers
Readme
ember-cli-dropcap
A simple Ember wrapper for Adobe dropcap.js.
Installation
ember install ember-cli-dropcapUsage
Rendering a drop cap
{{#drop-cap heightInLines=3}}L{{/drop-cap}}orem ipsum dolor sit ametAttributes
The component supports two attributes:
heightInLinesbaselinePos
These attributes are the same as the parameters for Dropcap.layout()
Limitations
There is currently no clean way to set properties on Dropcap.options without referencing the global Dropcap object.
