如何在 Svelte 中使用系统信息?

How can I use systeminformation in Svelte?

所以,我正在学习 svelte + sapper,我想使用 systeminformation 来检索详细的硬件、系统和 OS 信息。

我用“npm i systeminformation”安装它,它显示在 node_modules 上,但我不知道如何 use/require/import。 例如,我想查看我的 cpu 信息,但我不知道如何在我的 .svelte 文件中使用它。

这是我想要使用的:
https://www.npmjs.com/package/systeminformation
https://systeminformation.io/gettingstarted.html

如果这是一个真正的菜鸟问题,我很抱歉,非常感谢您提前提供的任何帮助!!! 另外,英语不是我的主要语言,所以...如果我不能正确表达我的疑问,请见谅。
再次感谢你! :D

systeminformation 纯粹用于节点,不会在浏览器中工作,最多它可能在 sapper 的服务器路由中工作,但即便如此,它也只会为您提供有关您所在服务器的信息 运行

它不会在 .svelte 组件中工作。

检查svelte-adaptive-sensors系统信息的导出存储。

来自自述文件:

Sensors to help you deliver adaptive sensors to users depending on their network-type, memory, cpu, and saveData settings. A svelte version of react-adaptive-hooks although there are very few differences between the two libraries currently.