v-watermark

A Vue component for watermark

Usage no npm install needed!

<script type="module">
  import vWatermark from 'https://cdn.skypack.dev/v-watermark';
</script>

README

V Watermark





<v-watermark
  :width="{{width}}"
  :height="{{height}}"
  :row="{{row}}"
  :column="{{column}}"
  :item-width="{{itemWidth}}"
  :item-height="{{itemHeight}}"
  :text="{{text}}"
  :angle="{{angle}}"
  :x-start="{{xStart}}"
  :y-start="{{yStart}}"
  :x-space="{{xSpace}}"
  :y-space="{{ySpace}}"
  :font-size="{{fontSize}}"
  :font="{{font}}"
  :color="{{color}}"
  :alpha="{{alpha}}"
  :full-screen="{{fullScreen}}"
  class="example1"
>
  <img src='./src/asserts/ace.webp'/>
</v-watermark>