11ty / eleventy-fetch

Utility to cache any remote asset: Image, Video, Web Font, CSS, JSON, etc
https://www.11ty.dev/docs/plugins/fetch/
144 stars 17 forks source link

feat(#23): Pass in a custom fetching function rather than a URL #32

Open doug-wade opened 1 year ago

doug-wade commented 1 year ago

I added support for both async functions and promises as the first argument, rather than a url. You can find an example usage here.

Addresses #23