快速上手

安装

yarn add leafer

or

npm install leafer

开始使用

import { Leaf } from "leafer"

// 自定义ui
class UI extends Leaf {
  //...
}