An open API service indexing awesome lists of open source software.

https://github.com/alessandro-pang/leafer-drawing-border

Leafer 在线简易画板
https://github.com/alessandro-pang/leafer-drawing-border

leafer-ui leaferjs

Last synced: 12 months ago
JSON representation

Leafer 在线简易画板

Awesome Lists containing this project

README

          

# Leafer Drawing Border

Vue3 + Vite + Leafer 实现的简易画板

> 不建议阅读代码,为了图省事代码并没有做太多优化,有大量的冗余代码与无用代码。

在线访问地址:[https://alexpang.cn/leafer-drawing-border/](https://alexpang.cn/leafer-drawing-border/)

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

## 截图

![image](./readme/image-1.png)