Corner
Path corner rounding.
Supports rounded corners between curves and lines, as well as between line segments and curves.
Install Plugin
You need to install the corner plugin to use it. Click here to visit the Github repository.
sh
npm install @leafer-in/cornersh
pnpm add @leafer-in/cornersh
yarn add @leafer-in/cornersh
bun add @leafer-in/cornerOr include via script tag and access plugin features using the global variable LeaferIN.corner.
html
<script src="https://unpkg.com/@leafer-in/corner@2.1.0/dist/corner.min.js"></script>html
<script src="https://unpkg.com/@leafer-in/corner@2.1.0/dist/corner.js"></script>