UNPKG

@anxio/core

Version:

An advanced package created to simplify your life

47 lines (31 loc) 1.23 kB
![Logo](https://media.discordapp.net/attachments/973149397716201476/974343346644471889/New_Project_1.png) # 🦄 @anxio/core An powerful package to create amazing things... # 😳 Package is disabled Now the package is disabled for some time. We will activate **anxio** asap with a lot more features. ## Authors - Kxfinski ム#0002 ## Features - Advanced math - Cool logging system (with colors) - And other amazing stuff ## Installation Install `anxio` with npm package manager! 🦄 ```bash npm install @anxio/core ``` ## Usage/Examples ```javascript const anx = require('@anxio/core') anx.log(anx.math('add', [5, 11])) // Output: 16 anx.log(anx.math('div', [5, 2])) // Output: 2.5 anx.log(anx.random('number', { range: [5, 50] })) // Output: 31 anx.log(anx.random('string', { size: 5 })) // Output: kjRlZ anx.log(anx.spray('Hello')) // Output: // __ __ _______ __ __ ______ //| | | | | ____|| | | | / __ \ //| |__| | | |__ | | | | | | | | //| __ | | __| | | | | | | | | //| | | | | |____ | `----.| `----.| `--' | //|__| |__| |_______||_______||_______| \______/ ```