0.1.1 • Published 10 years ago

framer-uilabel v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Framer UILabel module

Create a layer that is the intrinsic size (height and width) of the text content it contains. API and behavior ~inspired by iOS UILabels.

Usage

$ framer myProject &
$ cd myProject
$ npm install --save peteschaffner/framer-uilabel

index.js:

var UILabel = require('framer-uilabel')

var myLabel = new UILabel({ text: 'Hello World' })