Skip to content

Watermark

Basic Usage

js
const visible = ref(true);

const form = reactive({
  content: 'hello watermark',
  width: 200,
  height: 200,
});
vue
<Watermark v-model="visible" :options="options">
  <div style="height: 400px"></div>
</Watermark>

Released under the MIT License.