UNPKG

react-svg-camera

Version:

React component to zoom and scroll an svg element

18 lines (16 loc) 249 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo</title> <style> svg { border: 1px solid #000000; } </style> </head> <body> <div id="main"></div> <script src="bundle.js"></script> </body> </html>