apps/docs/content/docs/assets.mdx
Assets are records that store data about shared resources like images and videos. Shapes reference assets by ID rather than embedding files directly, so you can reuse the same image across multiple shapes without duplicating data.
For the complete guide to working with assets, see the Assets reference.
TLAssetStore controls how assets are stored and retrieved. The default behavior depends on your store setup:
inlineBase64AssetStore converts images to data URLspersistenceKey: Assets are stored in the browser's IndexedDBTLAssetStore to upload to a storage service like S3