# LSK.js – Image > React component for images [![LSK logo](https://badgen.net/badge/icon/MADE%20BY%20LSK?icon=zeit&label&color=red&labelColor=red)](https://github.com/lskjs) [![NPM version](https://badgen.net/npm/v/@lskjs/image)](https://www.npmjs.com/package/@lskjs/image) [![NPM downloads](https://badgen.net/npm/dt/@lskjs/image)](https://www.npmjs.com/package/@lskjs/image) [![NPM Dependency count](https://badgen.net/bundlephobia/dependency-count/@lskjs/image)](https://bundlephobia.com/result?p=@lskjs/image) [![Have TypeScript types](https://badgen.net/npm/types/@lskjs/image)](https://www.npmjs.com/package/@lskjs/image) [![Have tree shaking](https://badgen.net/bundlephobia/tree-shaking/@lskjs/image)](https://bundlephobia.com/result?p=@lskjs/image) [![NPM Package size](https://badgen.net/bundlephobia/minzip/@lskjs/image)](https://bundlephobia.com/result?p=@lskjs/image) [![Package size](https://badgen.net//github/license/lskjs/lskjs)](https://github.com/lskjs/lskjs/blob/master/LICENSE) [![Ask us in Telegram](https://img.shields.io/badge/Ask%20us%20in-Telegram-brightblue.svg)](https://t.me/lskjschat) ## Installation and usage The easiest way to use is to install it from npm and build it into your app with Webpack. ```bash npm install @lskjs/image ``` Then use it in your app: ```jsx import Image from '@lskjs/image'; const App = ( ); ``` ## Contributors ✨

Igor Suvorov

💻 🎨 🤔
## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details ## Contributing 1. Fork it () 2. Create your feature branch (`git checkout -b features/fooBar`) 3. Commit your changes (`git commit -am 'feat(image): Add some fooBar'`) 4. Push to the branch (`git push origin feature/fooBar`) 5. Create a new Pull Request ## Any questions? Always welcome :) - [Email](mailto:hi@isuvorov.com) - [LSK.news – Telegram channel](https://t.me/lskjs) - [Спроси нас в телеграме ;)](https://t.me/lskjschat)