m4g1c

Like a magic?

Usage no npm install needed!

<script type="module">
  import m4g1c from 'https://cdn.skypack.dev/m4g1c';
</script>

README

Like a magic?

Code is a poem. Your commits should be cool. I find best coolest emoji for your commit.

Commit Type Emoji
Initial Commit :tada: :tada:
Version Tag :bookmark: :bookmark:
New Feature :sparkles: :sparkles:
Bugfix :bug: :bug:
Metadata :card_index: :card_index:
Refactoring :package: :package:
Documentation :books: :books:
Performance :racehorse: :racehorse:
Cosmetic :lipstick: :lipstick:
Tooling :wrench: :wrench:
Tests :rotating_light: :rotating_light:
Deprecation :poop: :poop:
Work In Progress (WIP) :construction: :construction:
Other Be creative

Used in g3l. G3l!

Inspired URL!

 How ?

npm i --save m4g1c

Then

var m4g1c = require('m4g1c')

// Programmatical
m4g1c('init', false)
  .then((value) => {console.log(value)})
  .catch((err) => {console.log(err);})