Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created October 9, 2018 13:02
Show Gist options
  • Select an option

  • Save danhollick/5bc3463f1d2d77422b2b3721cf3dc3ed to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/5bc3463f1d2d77422b2b3721cf3dc3ed to your computer and use it in GitHub Desktop.
app.use('/frames', async function (req, res, next) {
let result = await figmaFileFetch(FigmaFileID).catch(error => console.log(error))
res.send(result)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment