Skip to content

Commit

Permalink
fix: images links
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Mar 23, 2022
1 parent 3f52d5e commit 1582241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here we re-use a `SpinningBox` component that can be clicked or hovered. These
reusable components can be used to compose a declarative scene. We are using
hooks for the clicking, hovering and spinning.

![Connecting the pieces](https://raw.githubusercontent.com/brianzinn/react-babylonjs/packages/react-babylonjs/master/docs/images/react-babylonjs-boxes.gif)
![Connecting the pieces](https://raw.githubusercontent.com/brianzinn/react-babylonjs/master/packages/react-babylonjs/docs/images/react-babylonjs-boxes.gif)

```jsx
import React, { useRef, useState } from 'react'
Expand Down Expand Up @@ -234,7 +234,7 @@ development workflow in 3D - ie: save changes in your editor and see them
immediately in the browser. Note in this capture when the light is dimmed that
the state changes persist even **after** code updates and scene refresh.

![babylon.js Fast Refresh](https://raw.githubusercontent.com/brianzinn/react-babylonjs/packages/react-babylonjs/master/docs/images/react-babylonjs-hmr.gif)
![babylon.js Fast Refresh](https://raw.githubusercontent.com/brianzinn/react-babylonjs/master/packages/react-babylonjs/docs/images/react-babylonjs-hmr.gif)

## API

Expand Down

0 comments on commit 1582241

Please sign in to comment.