Carlos Galarza

Results 45 comments of Carlos Galarza

For reference, the code that injects the plugins is here: https://github.com/figma-plus/installer/blob/master/renderer.js#L200.

Oh, bad news. But there is something great about it, see https://spectrum.chat/figma/general/why-did-you-shut-down-figma-plus~b493857c-37cb-4d93-85a0-5abec5d82b84?m=MTU1ODQ1ODEzNDIwNQ==, it seems that Figma will prioritize the creation of an official Figma Plugins API.

Please give me some details: - Font format: TTF, OTF, WOFF? - Linux version

For sure. Thanks, @dimoFeeld.

I'm experimenting this problem too, what I do is to load it dynamically. For this I created a HOC called `WithHelloJS`: ```javascript function WithHelloJS({ children }) { const [hello, setHello]...

I found the most flexible way is to use a custom hook: ```javascript // hello.jsx import React from 'react'; const HelloContext = React.createContext(undefined); export function useHello() { const context =...

Definitively this is related with dwyl :+1: