Coder Social home page Coder Social logo

ruler.js's Introduction

ruler.js

image
a configable ruler for mobile app and H5 page

usage:

var opt = {id:'canvas', //canvas的id
	   showId:'number', //显示数字容器的id 
	   h:50, //canvas高,(宽度默认为屏幕宽)
	   p:80, //一个刻度的宽度
	   ts:50, //总刻度数
	   sf:500, //两个刻度间的数值
	   cs:10000, //屏幕正中间的刻度数
	   c4s:'#BCBCBC', //刻度颜色
	   c4n:'#BCBCBC'} // 数字颜色
var ruler = new Ruler(opt)
ruler.init()
add 'hidpi-canvas.min.js' first if you are developping on high device pixel rate

Note:

it only runs on mobile app and H5 compatable page

ruler.js's People

Contributors

chrishchen avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.