### Install heic2any with Yarn Source: https://github.com/alexcorvi/heic2any/blob/master/docs/getting-started.md Instructions to add the `heic2any` library to your project using the Yarn package manager. This command downloads and installs the package and its dependencies, making it available for use in your application. ```bash yarn add heic2any ``` -------------------------------- ### Install heic2any with npm Source: https://github.com/alexcorvi/heic2any/blob/master/docs/getting-started.md Instructions to add the `heic2any` library to your project using the npm package manager. This command downloads and installs the package and its dependencies, integrating it into your project's build system. ```bash npm install heic2any ``` -------------------------------- ### Include heic2any via script tag Source: https://github.com/alexcorvi/heic2any/blob/master/docs/getting-started.md Instructions to include the `heic2any` library directly in an HTML file without a module bundler. This method makes the library globally available in the browser environment, suitable for simple web pages. ```html