An open API service indexing awesome lists of open source software.

https://github.com/rajasegar/object-view-box

A playground to generate object-view-box values dynamically
https://github.com/rajasegar/object-view-box

crop-image cropperjs object-view-box svelte vite

Last synced: 3 months ago
JSON representation

A playground to generate object-view-box values dynamically

Awesome Lists containing this project

README

          

# object-view-box

A playground to generate object-view-box values dynamically
`object-view-box` allows us to crop or resize replaced HTML elements like an img or a video tag,
a native way to crop an image in the browser with CSS.

- Demo: https://object-view-box.vercel.app/
- [Demo Video](https://www.youtube.com/watch?v=kUhJiVOlFqU)

## More info about object-view-box
- https://ishadeed.com/article/css-object-view-box/
- https://css-tricks.com/first-look-at-the-css-object-view-box-property/

## Built with
- [Svelte](https://svelte.dev)
- [Vite](https://vitejs.dev)
- [CropperJS](https://github.com/fengyuanchen/cropperjs)