0.8.0 • Published 5 days ago

@pixso/plugin-typings v0.8.0

Weekly downloads
-
License
-
Repository
-
Last release
5 days ago

Pixso 插件 API 类型声明文件

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

用法

  1. 安装

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

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

5 days ago

0.7.0

15 days ago

0.6.0

2 months ago

0.5.0

2 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.0

11 months ago

0.1.0

11 months ago