CDN

Deep under the waves and storms there lies a vault...

Raft icon

Illustration above by @maxwofford.

--- CDN powers the [#cdn](https://app.slack.com/client/T0266FRGM/C016DEDUL87) channel in the [Hack Club Slack](https://hackclub.com/slack). ## Version 2 Version 2 Post this JSON... ```js [ "website.com/somefile.png", "website.com/somefile.gif", ] ``` And it'll return the following: ```js { "0somefile.png": "cdnlink.vercel.app/0somefile.png", "1somefile.gif": "cdnlink.vercel.app/1somefile.gif" } ``` ## Version 1 Version 1 Post this JSON... ```js [ "website.com/somefile.png", "website.com/somefile.gif", ] ``` And it'll return the following: ```js [ "cdnlink.vercel.app/0somefile.png", "cdnlink.vercel.app/1somefile.gif" ] ```