我想将chroma.js用于Typescript项目。我注意到我可以做npm install --save chroma.ts
,但我不知道如何使用它安装的模块。
以下是一些已安装的文件(这是部分列表):
node_modules\
chroma.ts\
tsconfig.json
src\
colorsExtended.ts
index.ts
ntc2.js
dist\
index.d.ts
index.module.js
我不知道是否应该将其中一些文件复制到我的项目src\
目录中。我还尝试在tsc
中运行node_modules\chroma.ts
,但遇到诸如Cannot find name 'console'