Skip to content

Commit

Permalink
Add node-fetch dependency and update Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
bramses committed Mar 24, 2024
1 parent 7dc59c5 commit bbf7ff9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions cloudflare-images.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import axios from "axios";
import fetch from "node-fetch";
// fs promises
import { promises as fsPromises } from "fs";
import fs from "fs";
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbf7ff9

Please sign in to comment.