Skip to content

Instantly share code, notes, and snippets.

@neelart
neelart / BaseForm.tsx
Created December 25, 2023 09:42 — forked from ShinyObjectLabs/BaseForm.tsx
Framer Form Component
/*
MIT License
Copyright © Joel Whitaker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@neelart
neelart / figma-copy.md
Created October 25, 2024 20:42 — forked from robkovacs/figma-copy.md
Copy Figma objects via JS
  1. Copy the object in Figma
  2. Open Clipboard Inspector or a tool like it that can read the raw data off your clipboard.
  3. When you paste the Figma object into this tool, you should see something that's type text/html, and possibly something of type text/plain. The text/plain one will be the text content of your object, which you can ignore.

In the text/html, you're looking for:

  1. An HTML comment starting with figmeta: