We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75398d5 commit a10e1f4Copy full SHA for a10e1f4
4-events/18-a-focus-in-art/App.js
@@ -4,5 +4,5 @@
4
import ZoomableImage from "./ZoomableImage.js";
5
6
export default function App() {
7
- return <div><ZoomableImage /></div>
+ return <div><ZoomableImage imageURL="https://i.imgur.com/ZIBbN09.jpeg" zoomFactor={10} /></div>
8
}
0 commit comments