Closed simonw closed 4 years ago
Things it needs to be able to do:
?w=
and ?h=
etc if enable_transform
plugin setting is on #6Transformations will still take place in a thread pool. Content loading is expected to happen via asyncio (or from the Datasette SQLite connection thread pool, which is also awaited).
I did just enough of this in #15 to close this issue.
Needed for #4, #6 and #14. The code is a bit of a mess - it needs to be refactored to support proxying from URLs, loading from database and other ways of specifying transforms.