DEV Community

Rakhi
Rakhi

Posted on

I wrote an online iframe editor in React

Earlier this month, when I was writing my first blog post on this platform, I wanted to edit one of the iframes I was trying to embed in my blog. I was very surprised to see I couldn't find any dedicated online tool to test or edit the iframe. I ended up being annoyed by this idea.

So, I wrote an online iframe editor. Check it out iframe-editor

Check it out on github online-iframe-editor

It provides the following functionalities:

  • Test your iframe
  • Edit your iframe
  • Build your own iframe

online-iframe-editor-gif

If you would like to contribute or have any suggestion checkout the guidelines here

Top comments (0)