banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

用docker搭建一个在线海报制作平台

Fastposter 海报生成器是一个强大且高效的工具,专为快速开发和设计海报而生。只需上传我们选择的背景图,然后在相应位置添加您需要的组件,例如文字、图片、二维码或头像即可,轻松简单就可以完成海报的制作。

作者的 github 项目地址如下:

https://github.com/psoho/fast-posterfastposter#

支持以下特性:

支持 docker 部署在本地
支持电商生产环境
支持主流的 Java Python GO 等 SDK
兼容主流的文件格式如 png,jpeg,webp 等
支持快速导出代码
如果你没有服务器,那么可以直接访问作者的在线网站尝试制作即可:

https://fastposter.net/demo/open/#

如果你想部署到服务器上,那么只需要安装好 docker 之后。执行命令 docker run -it --name fastposter -p 5000:5000 fastposter/fastposter 将容器启动。然后再执行 firewall-cmd --permanent --zone=public --add-port=5000/tcp 和 firewall-cmd --reload 将端口暴露。接着前台访问 http://ip:5000 端口即可。部署好的样式是这样的。

image

image
页面上有写具体的示例代码。也可以直接访问开发者文档:https://fastposter.net/doc/sdk/ 来更好的接入代码。

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。