0.2.1 • Published 2 years ago

@drmer/core v0.2.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years 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

2 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago