说明: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
原创文章,作者:sunnyman218,如若转载,请注明出处:https://blog.ytso.com/246966.html