@sciexpr/presets 0.1.1 → 0.1.2

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 ADDED
@@ -0,0 +1,16 @@
1
+ # @sciexpr/presets
2
+
3
+ > Scientific Expression Engine — Preset formula templates
4
+
5
+ ## Features
6
+
7
+ - Math formula templates (calculus, algebra, trigonometry, linear algebra, statistics)
8
+ - Chemistry templates (compounds, reactions, electrochemistry, ions, elements)
9
+ - Greek letter presets
10
+ - Category palette data for UI
11
+
12
+ ## Usage
13
+
14
+ ```ts
15
+ import { ALL_MATH_TEMPLATES, ALL_CHEM_TEMPLATES, GREEK_GROUPS } from '@sciexpr/presets';
16
+ ```