textLayer-for-Framer icon indicating copy to clipboard operation
textLayer-for-Framer copied to clipboard

Framer.js module that simplifies the process of adding text to your prototypes.

Results 13 textLayer-for-Framer issues
Sort by recently updated
recently updated
newest added

Hi Andreas! I've been working on adding npm-support to popular Framer.js modules. TextLayer happens to be a favorite :). This PR is all ready to go, you just need an...

When focusing on a contentEditable TextLayer, the blinking cursor doesn't show up, although it behaves correctly otherwise. Interestingly, if setup is set to true, it does show up. Example that...

here is the link http://share.framerjs.com/of0gwenixhzd/ click square two times - when it goes to default state, animation is not right

![screenshot](https://cloud.githubusercontent.com/assets/4513539/16627524/dfb04e0e-436a-11e6-8774-6e67490dfea0.png) Framer keeps lumping all my text together. Here's my code: ``` {TextLayer} = require 'TextLayer' book_summary = $.Book_Summary.convertToTextLayer() verses = $.Verses.convertToTextLayer() ``` I'm pretty sure I'm doing it right,...

Having an issue just making one of the words bold in my layer. Any ideas?

I set a TextLayer with width, height,or any size come with autosize. But when I copy the layer it didn't copy all those size as well, all of them reset...

I'm using textLayer to create a convo UI. I'm wanting to use `autoSize` and `autoSizeHight` together, but there seems to be a default width being applied? is there a way...

First off, great module, I use it extensively! I've noticed that if I convert a Sketch layer with `convertToTextLayer()`, I have to do `layer.color = layer.style.color` in order to prevent...