Lettering.js icon indicating copy to clipboard operation
Lettering.js copied to clipboard

Double wrap 'lines'

Open elliott-impression opened this issue 6 years ago • 0 comments

Hello,

Is it possible to double wrap? For example when using $('h1').lettering('lines'); it would be great to have something like:

<span class="line1"><span>Line 1</span></span>
<span class="line2"><span>Line 2</span></span>

Thank you in advance!

elliott-impression avatar Feb 17 '20 11:02 elliott-impression