chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user