Skip to content

2.3.0

Compare
Choose a tag to compare
@daveknights daveknights released this 12 Feb 20:53
· 5 commits to main since this release

Responsive option added

You can now pass 3 size values for mobile, tablet and desktop using the responsive key, to be used by the chosen character at different break points.

Example: new cre8bit().create('ghost', { responsive: [6, 8, 12] });