Update plugins/fluxai.js
Browse files- plugins/fluxai.js +2 -0
plugins/fluxai.js
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import fetch from "node-fetch";
|
|
|
|
|
2 |
import * as config from './config.js';
|
3 |
const FluxRoutes = express.Router();
|
4 |
|
|
|
1 |
import fetch from "node-fetch";
|
2 |
+
import { Readable } from "stream";
|
3 |
+
import sharp from "sharp";
|
4 |
import * as config from './config.js';
|
5 |
const FluxRoutes = express.Router();
|
6 |
|