UNPKG
spacy-js
Version:
latest (0.0.5)
0.0.5
JavaScript API for spaCy with Python REST API
github.com/Fabulabs/spacy-js
Fabulabs/spacy-js
spacy-js
/
rollup.config.js
7 lines
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
export default {
input
:
'src/index.js'
, output: { format:
'cjs'
, file:
'dist/index.js'
} };