Skip to main content
The HTML to Image plugin syncs data locally. Use corsair.htmltoimage.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Accounts

Path: htmltoimage.db.accounts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Renders

Path: htmltoimage.db.renders.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.