0.1.0-rc • Published 6 months ago

@oceanwave/core v0.1.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.1.0-alpha

6 months ago

0.0.2

9 months ago

0.0.1

9 months ago