Getting started
To get started, install at least the package for your frontend framework, and if you want to process local images one of the build plugins. Please refer to the linked guides for more detailed instructions!
For example, if you use Ember.js and webpack, then install these packages:
bash
npm install @responsive-image/ember @responsive-image/webpack
bash
yarn add @responsive-image/ember @responsive-image/webpack
bash
pnpm add @responsive-image/ember @responsive-image/webpack
Now let's dive a bit deeper into the core concepts!