0.2.1 • Published 10 days ago

@drmer/core v0.2.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
10 days ago

@drmer/core

CircleCI

Core library for hybrid application

Usage

import {Drmer} from "@drmer/core";

const drmer = new Drmer();

drmer.onReady(() => {
  // do someting after drmer is ready
});
// bind the bridge after 500ms
drmer.lazyBindBridge(bridge);
// or you can bind the bridge directly
// drmer.bindBridge(bridge);

Documentation

You can view the generated document here https://drmer-core.vercel.app/

Development

  • Install dependencies yarn install
  • Build library and types yarn build
  • Build documentation yarn build:doc
0.2.1

10 days ago

0.2.0

1 year ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago