@stefanwimmer128/core

3.2.0 • Public • Published

@stefanwimmer128/core

Complex features made easy - Meta Package

$ yarn add [-D] @stefanwimmer128/core
# or
$ npm i -D @stefanwimmer128/core

ES6 import

import * as core from "@stefanwimmer128/core";

CommonJS require

var core = require("@stefanwimmer128/core");

UMD bundle

dist/core.js and dist/core.min.js are UMD bundles.

/* Using AMD require */
require([
    "https://unpkg.com/@stefanwimmer128/core",
], function (core) {
    /* ... */
});
<!-- Using html <script>-tag -->
<script src="https://unpkg.com/@stefanwimmer128/core"></script>

/@stefanwimmer128/core/

    Package Sidebar

    Install

    npm i @stefanwimmer128/core

    Weekly Downloads

    63

    Version

    3.2.0

    License

    ISC

    Unpacked Size

    1.86 MB

    Total Files

    13

    Last publish

    Collaborators

    • stefanwimmer128