Back to Motion Canvas

Image Without Source

packages/2d/src/lib/components/__logs__/image-without-source.md

3.17.2351 B
Original Source

The image won't be visible unless you specify a source:

tsx
import myImage from './example.png';
// ...
;

If you did this intentionally, and don't want to see this warning, set the src property to null:

tsx

Learn more about working with images.