npm-perimeter-and-area

With this package, you can easily import the area and perimeter!

Usage no npm install needed!

<script type="module">
  import npmPerimeterAndArea from 'https://cdn.skypack.dev/npm-perimeter-and-area';
</script>

README

Easily Import Perimeter and Area

With this package, you can easily import the area and perimeter.

You can import it using:

const {area, perimeter} = require('npm-helloworld-ritihk7547');

How you can use it

console.log(area(1));
console.log(perimeter(0.5));

👆 This for example would print the value of PI