embed
embed copied to clipboard
Embed Figma links
Would be great implement feature, allow embed figma documents into editor.js
You can add this as custom services
"figma-proto": {
regex:
/^(?:https?:\/\/)?(?:www\.)?figma\.com\/proto\/([a-zA-Z0-9]+(?:\/.*)?)$/,
embedUrl:
"https://embed.figma.com/proto/<%= remote_id %>?node-id=20-4&p=f&scaling=scale-down&content-scaling=fixed&page-id=0%3A1&embed-host=share",
html: `<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" allowfullscreen></iframe>`,
width: 800,
height: 450,
},