# gatsby-plugin-imgix-lite

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![Conventional Commits][conventional-commits-src]][conventional-commits-href]
[![License][license-src]][license-href]

> This package is a WIP and is not ready for use.

A lite version of `@imgix/gatsby`.

## Install

```bash
npm install gatsby-plugin-imgix-lite
```

## Documentation

In most cases, this is a drop-in replacement for `@imgix/gatsby`. Although it is usable, please treat this package as a proof-of-concept.

## Contributing

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!

**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.

**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.

**Submitting code changes**: For small fixes, feel free to [open a PR][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.

## License

[MIT][license]

<!-- Links -->

<!-- TODO: Replace link with a more useful one if available -->

[changelog]: ./CHANGELOG.md
[license]: ./LICENSE

<!-- TODO: Replace link with a more useful one if available -->

[repo-bug-report]: https://github.com/angeloashmore/gatsby-plugin-imgix-lite/issues/new?assignees=&labels=bug&template=bug_report.md&title=
[repo-feature-request]: https://github.com/angeloashmore/gatsby-plugin-imgix-lite/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
[repo-pull-requests]: https://github.com/angeloashmore/gatsby-plugin-imgix-lite/pulls

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/gatsby-plugin-imgix-lite/latest.svg
[npm-version-href]: https://npmjs.com/package/gatsby-plugin-imgix-lite
[npm-downloads-src]: https://img.shields.io/npm/dm/gatsby-plugin-imgix-lite.svg
[npm-downloads-href]: https://npmjs.com/package/gatsby-plugin-imgix-lite
[github-actions-ci-src]: https://github.com/angeloashmore/gatsby-plugin-imgix-lite/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/angeloashmore/gatsby-plugin-imgix-lite/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/angeloashmore/gatsby-plugin-imgix-lite.svg
[codecov-href]: https://codecov.io/gh/angeloashmore/gatsby-plugin-imgix-lite
[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[conventional-commits-href]: https://conventionalcommits.org
[license-src]: https://img.shields.io/npm/l/gatsby-plugin-imgix-lite.svg
[license-href]: https://npmjs.com/package/gatsby-plugin-imgix-lite
