roosterjs 8.15.0 → 8.18.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ Please see [here](https://github.com/microsoft/roosterjs/wiki/RoosterJs-8).
18
18
 
19
19
  ### Packages
20
20
 
21
- Rooster contains 6 packages.
21
+ Rooster contains 6 basic packages.
22
22
 
23
23
  1. [roosterjs](https://microsoft.github.io/roosterjs/docs/modules/roosterjs.html):
24
24
  A facade of all Rooster code for those who want a quick start. Use the
@@ -44,6 +44,14 @@ Rooster contains 6 packages.
44
44
  6. [roosterjs-editor-types](https://microsoft.github.io/roosterjs/docs/modules/roosterjs_editor_types.html):
45
45
  Defines public interfaces and enumerations.
46
46
 
47
+ There are also some extension packages to provide additional functionalities.
48
+
49
+ 1. [roosterjs-color-utils](https://microsoft.github.io/roosterjs/docs/modules/roosterjs_color_utils.html):
50
+ Provide color transformation utility to make editor work under dark mode.
51
+
52
+ 2. [roosterjs-react](https://microsoft.github.io/roosterjs/docs/modules/roosterjs_react.html):
53
+ Provide a React wrapper of roosterjs so it can be easily used with React.
54
+
47
55
  ### APIs
48
56
 
49
57
  Rooster provides DOM level APIs (in `roosterjs-editor-dom`), core APIs (in `roosterjs-editor-core`), and formatting APIs