0.1.0-rc • Published 1 year ago

@oceanwave/core v0.1.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

OCEANWAVE CORE

Core Modules for OCEANWAVE Projects.

!!! note The package is still under development. Everything has the potential to change.

Install

Currently, only npm is available as one installation method.

NPM Install

npm i oceanwave@core

Examples

Write a cross-platform API:

import {core} from "@oceanwave/core";

const api = () => {
  if(core.systemInfo.platform.WIN32){
    //Windows implement
  }
  if(core.systemInfo.platform.DARWIN){
    //MacOS implement
  }
}

License

MIT License


© 2023-2025 orbitgw orbitgw@foxmail.com

0.1.0-rc

1 year ago

0.1.0-alpha

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago