8000 Releases · cibernox/ember-text-measurer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cibernox/ember-text-measurer

New babel

03 Sep 23:34
Compare
Choose a tag to compare

This updates ember-cli-babel to 7.1

This new version of babel requires ember-cli 2.13+, but apart from that it should be the same as before.

Sea bream with rosemary potatoes

14 May 21:30
Compare
Choose a tag to compare
  • Added a lines(text, width, font = null) method that counts the number of lines the given test would require in a container
    of the given width. This algorithm is not trivial and for very long texts might take a while.
    By example, for a 5000 words (40k characters) text it takes 6~7ms in chrome on a modern laptop, so probably you don't want to use it on realtime with very very long texts. Texts below 10K chars should be fast even on old browsers.
0