0.0.1 • Published 7 months ago

autofit.js-vue v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

autofit.js-vue

usage

<script setup lang="ts">
import { AutoFit } from "autofit.js-vue";
</script>

<template>
    <AutoFit id="container" className="container" designWidth="1920" designHeight="1080">
        <div class="block-1">block-1</div>
    </AutoFit>
</template>

<style scoped></style>
0.0.1

7 months ago