mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-11 06:48:12 -05:00
feat: blob rendering
This commit is contained in:
@@ -40,8 +40,7 @@ function Rendering() {
|
||||
const name = frame.toString().padStart(6, '0');
|
||||
await fetch(`/render/frame${name}.png`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'text/plain'},
|
||||
body: data.slice(22),
|
||||
body: data,
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
|
||||
Reference in New Issue
Block a user