Skip to content
baloon
Successfully copied to Clipboard
CTRL + V Past your element into Figma
Select Category:
We will do our best to publish as many assets and categories as possible!
`;
navigator.clipboard
.write([
new ClipboardItem({
"text/html": new Blob([figmaCode], { type: "text/html" }),
}),
])
});
});
});