sorrycc / ae-html-to-react

一键转换 AE 编译出的 html 动画文件为 React 格式。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ae-html-to-react

NPM version

一键转换 AE 编译出的 html 动画文件为 React 格式。

Install

$ yarn global add ae-html-to-react

Usage

$ ae-html-to-react --file /path/to/html/file --target /path/to/component --appId xxx --masterKey xxx 

Options

file

AE 产出的 HTML 文件,CSS 会自动查找。

target

目标组件目录,比如 /path/to/project/src/components/FooBar 。

appId

basement 上申请。

masterKey

basement 上申请。

LICENSE

MIT

About

一键转换 AE 编译出的 html 动画文件为 React 格式。


Languages

Language:TypeScript 89.5%Language:JavaScript 10.5%