简易 JS 插件 Mini Designer

码农软件 · 软件分类 · 常用JavaScript包 · 2019-04-04 16:58:48

软件介绍

Mini Designer是一个为前端工程师而生的简易JS插件,它能辅助前端工程师,更加方便、高效,优质地按照设计图来完成前端页面,减少pm与ui来找茬的机会。

特色

同时支持手机端与PC端。

PC端:

  • 设计图拖动

  • 设计图透明度调节

  • 刷新页面,设计图状态自动保存

  • 重置设计图初始状态

移动端:

  • 刷新页面,设计图状态自动保存

  • 设计图透明度调节

  • 重置设计图初始状态

安装步骤

一、下载Mini Designer插件

git clone https://github.com/AxeMea/miniDesigner.git

二、引入插件

插件是基于jQuery,所以,你懂的。

<script src="jquery-1.9.1.min.js"></script>
<script src="mini-designer.min.js"></script>

三、初始化插件

<script>
   var opts = {
	  picture:'design.jpg', //设计图的地址
	  debug:true //默认为true,为true时,插件启用,为false时,插件关闭
      };
   miniDesigner(opts);
</script>

本文地址:https://codercto.com/soft/d/2855.html

Programming PHP

Programming PHP

Rasmus Lerdorf、Kevin Tatroe、Peter MacIntyre / O'Reilly Media / 2006-5-5 / USD 39.99

Programming PHP, 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websit......一起来看看 《Programming PHP》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具