<h1 align="center">Vue Avatar Cropper</h1>

<p align="center"> :girl: A simple and elegant responsive prewview container.</p>

## Installing

```shell
$ npm i @overtrue/responsive-preview-container
```

## Usage

```vue
<template>
  <responsive-preview-container>
    <p>Hello world!</p>
  </responsive-preview-container>
</template>

<script>
import ResponsivePreviewContainer from '@overtrue/responsive-preview-container'

export default {
  components: { ResponsivePreviewContainer },
}
</script>
```

## License

MIT
