说明:Method Draw
是一款基于Web
的在线SVG
编辑器,是SVG Edit的一个分支。其目的是改进SVG Edit
的可用性,并减少其一些功能来提供更好的操作和体验,使用方法也是很多的,本地打开或者部署在服务器端都可以,这里就分享下。
Github地址:https://github.com/methodofaction/Method-Draw
1、本地使用
先下载Method-Draw
压缩包,点击下载→传送门,然后解压出来,直接进入method-draw
文件夹,打开index
文件即可。
2、服务器部署
先下载Method-Draw
压缩包,点击下载→传送门,然后解压出来,将method-draw
文件夹丢进Web
服务器网站根目录,再直接访问域名/ip
即可。
没Web
服务器的,这里提供个快速运行搭建方法,使用命令:
git clone https://github.com/methodofaction/Method-Draw.git
cd Method-Draw/method-draw
#启动,运行端口自行修改
python -m SimpleHTTPServer 80 &
然后直接访问ip
地址即可。
如果出现-bash: git: command not found
的,则使用命令:
#Debian/Ubuntu系统
apt -y install git
#CentOS系统
yum -y install git
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有