# Painter 画板 测试版 > uniapp 海报画板,更优雅的海报生成方案 > [查看更多 站点 1](https://limeui.qcoon.cn/#/painter) > [查看更多 站点 2](http://liangei.gitee.io/limeui/#/painter) > Q 群:806744170 ## 平台兼容 | H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 头条小程序 | QQ 小程序 | App | | --- | ---------- | ------------ | ---------- | ---------- | --------- | --- | | √ | √ | √ | 未测 | √ | √ | √ | ## 安装 在市场导入**[海报画板](https://ext.dcloud.net.cn/plugin?id=2389)uni_modules**版本的即可,无需`import` ## 代码演示 ### 基本用法 - 插件提供 JSON 及 XML 的方式绘制海报 - 参考 css 块状流布局模拟 css schema。 #### 方式一 XML - 提供`l-painter-view`、`l-painter-text`、`l-painter-image`、`l-painter-qrcode`四种类型组件 - 通过 `css` 属性绘制样式,与 style 使用方式保持一致。 ```html //如果使用XML出现顺序错乱,可使用`template` 等所有变量完成再显示