Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
const app = express();
|
| 4 |
const port = 3000;
|
| 5 |
|
|
|
|
| 1 |
+
import express from 'express';
|
| 2 |
+
import { createCanvas, loadImage } from 'canvas';
|
| 3 |
const app = express();
|
| 4 |
const port = 3000;
|
| 5 |
|