mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-05 10:14:30 +00:00
The missing_three_script rule only checked <script src> attributes for Three.js. Now also detects: - importmap entries defining "three" - ES module import/from statements referencing "three" Closes #931