Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

v2.3.4

Compare
Choose a tag to compare
@cee-chen cee-chen released this 27 Jan 20:43
· 16 commits to main since this release

Adds Typescript definitions to the published package. Typescript should no longer flag warnings/errors when using objectFitPolyfill in an ES6 project like so:

import 'objectFitPolyfill';
window.objectFitPolyfill();