@lovelace_lol/loom3 1.0.3 → 1.0.6
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 +1 -1
- package/dist/index.cjs +241 -154
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +35 -33
- package/dist/index.d.ts +35 -33
- package/dist/index.js +241 -154
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -854,7 +854,7 @@ Only AUs that have both `auToMorphs` AND `auToBones` entries support mixing. Com
|
|
|
854
854
|
- AU26 (Jaw Drop)
|
|
855
855
|
- AU27 (Mouth Stretch)
|
|
856
856
|
- AU51-56 (Head movements)
|
|
857
|
-
- AU61-
|
|
857
|
+
- AU61-72 (Shared + independent eye movements)
|
|
858
858
|
|
|
859
859
|
```typescript
|
|
860
860
|
import { isMixedAU } from '@lovelace_lol/loom3';
|