1.2.3 • Published 11 months ago

@fahslaj/emoji-math v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@fahslaj/emoji-math

Performs basic arithmetic operations using emoji strings to represent expressions.

Usage

const { evaluate } = require('@fahslaj/emoji-math');

const result = evaluate("1️⃣2️⃣➕2️⃣✖️6️⃣➗3️⃣");
console.log(`Result: ${result}`); // Result: 1️⃣6️⃣
1.2.3

11 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.2.2

11 months ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago