Skip to content

Add `addLineBreaks` function

Latest
Compare
Choose a tag to compare
@timhaywood timhaywood released this 10 May 01:05
· 9 commits to master since this release
  • Exported addLineBreaks function

This is a simplified version of breakWithoutOrphans that simply adds line breaks to keep lines below a maxCharacters. Useful if you don't need to worry about short lines.

  • Removed comments from the output file

While handy, they added a lot to the length of the output file, which increases the time it takes to parse in AE, slowing things down. Since you can read the comments in the source code, I think the tradeoff is worth it.

  • Remove built file from git

Having the build file commited makes commits and versioning complicated, it really shouldn't be tracked.