@lskjs/image

LSK ux subrepo: image

Usage no npm install needed!

<script type="module">
  import lskjsImage from 'https://cdn.skypack.dev/@lskjs/image';
</script>

README

LSK.js – Image

React component for images

LSK logo NPM version NPM downloads NPM Dependency count Have TypeScript types Have tree shaking NPM Package size Package size Ask us in Telegram

Installation and usage

The easiest way to use is to install it from npm and build it into your app with Webpack.

npm install @lskjs/image

Then use it in your app:

import Image from '@lskjs/image';

const App = (
  <Image src="primary" />
);

Contributors ✨


Igor Suvorov

💻 🎨 🤔

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  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 :)