README
@amilas/core
context
The amilas core is the common interface between the amilas engine and the external libraries.
usage
import {AmilasToken} from "@amilas/core"
const context = new AmilasContext(); // declare a new amilas context
The amilas core is the common interface between the amilas engine and the external libraries.
<script type="module">
import amilasMetrics from 'https://cdn.skypack.dev/@amilas/metrics';
</script>
The amilas core is the common interface between the amilas engine and the external libraries.
import {AmilasToken} from "@amilas/core"
const context = new AmilasContext(); // declare a new amilas context