0.3.0 • Published 1 year ago

@pixso.cn/plugin-typings v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Pixso 插件 API 类型声明文件

本项目为 Pixso 插件 API 的 TS 类型声明文件。

用法

  1. 安装

    npm i --save-dev @pixso.cn/plugin-typings
    # 或者使用yarn
    yarn add -D @pixso.cn/plugin-typings
  2. 配置 tsconfig.json

    {
        "compilerOptions": {
            "typeRoots": [
                "./node_modules/@types",
                "./node_modules/@pixso.cn"
            ]
        }
    }
0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago