Skip to content

Commit d066627

Browse files
committed
improve docs
1 parent ff2a1c6 commit d066627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
Learn more about writing `.jsx` files for After Effects here: https://motiondeveloper.com/blog/write-expressions-external-files/
1111

12+
## Overview
13+
14+
This library provides a few functions for turning text strings into an array of style objects. This can then be used in Ae to style an position a bunch of text layers.
15+
1216
```ts
1317
type StyleResult = { content: string; style: string; line: number }[];
1418

0 commit comments

Comments
 (0)