abrenica
v1.0.0
Published
As of now, there are no available functions in `abrenica`. Stay tuned for future updates!
Downloads
3
Readme
abrenica
As of now, there are no available functions in abrenica
. Stay tuned for future updates!
Contents
Installation
Install via NPM:
npm install abrenica
Or via Yarn:
yarn add abrenica
Usage
As there are currently no available functions in abrenica, importing the abrenica function will not be useful. Please stay tuned for future updates when functions become available.
ESM Entry Point
If you prefer not to install the package and want to include the ECMAScript module (ESM) entry point directly in your project, you can use the following script tag:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/index.mjs
- https://unpkg.com/[email protected]/dist/index.mjs
<script type="module">
import abrenica from 'https://unpkg.com/[email protected]/dist/index.mjs';
</script>
License
BSD 3-Clause © blckclov3r