slikts/react-matter-js

render sprite / texture option?

Opened this issue · 0 comments

Hi,

Thanks for sharing this!

Is there any documentation?

In particular, the option render.sprite.texture to set an image in matter js and also the fillStyle options don't seem to work

<Circle x={500} y={100} radius={50} options={{ render: { fillStyle: '#f55a3c', sprite: { texture: "./p.png", }, }, }} />