chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:48:55 +08:00
commit c728c8e1e1
1067 changed files with 109127 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/* eslint-disable no-console */
import nlp from '../src/three.js'
const txt = process.argv.slice(2).join(' ')
console.log(`\n\n======== '${txt}' ======\n`)
nlp.verbose(true)
nlp(txt).debug()