0.1.0-rc • Published 6 months ago
@oceanwave/core v0.1.0-rc
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