react-loosely-lazy
react-loosely-lazy copied to clipboard
Ensure init and getAssetUrls work in jsdom-less env
init
and getAssetUrls
should be callable from a pure js environment, without requiring window/document/...
We should add a couple of integration tests to ensure that.