Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストに応じて自動幅を持つことができる framerjs でタグを作成しようとしています。
レイヤーまたは最大幅の自動幅を持つことが可能です
text = new Layer(backgroundColor: "red") text.style.width = "auto" text.style.fontSize = "2em" text.html = "abcd"
"auto" プロパティはイニシャライザ (ex, new Layer(width: "auto")) では使用できませんが、プロパティ経由で渡すことができstyleます。
new Layer(width: "auto")
style