UNPKG

@blameitonyourisp/blurrid

Version:

Generate and render blurred placeholders for lazy loaded images.

10 lines (9 loc) 184 B
/** * @file Wrapper around worker to allow for instantiating workers on the fly. * @author James Reid */ /** * * @returns {Worker} */ export function getBlurridWorker(): Worker;