0.0.2 • Published 2 years ago

@anxio/core v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Logo

🦄 @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! 🦄

  npm install @anxio/core

Usage/Examples

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:
// __    __   _______  __       __        ______   
//|  |  |  | |   ____||  |     |  |      /  __  \  
//|  |__|  | |  |__   |  |     |  |     |  |  |  | 
//|   __   | |   __|  |  |     |  |     |  |  |  | 
//|  |  |  | |  |____ |  `----.|  `----.|  `--'  | 
//|__|  |__| |_______||_______||_______| \______/