Note: The minimum supported Node version is 20.3.1. We prioritize browser support, and thus we require the Web Crypto API to be accessible from globalThis.crypto. Node versions 18 and below only expose this api from require("node:crypto").webcrypto.
If you need to use Capi with a lower version of Node, you can shim globalThis.crypto:
See #1162
Should be changed to:
Should be updated in both the README and docs.capi.dev