0.2.1 • Published 1 year ago

@drmer/core v0.2.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year 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

1 year ago

0.2.0

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago