🧠 Missing browser compatibility layer
Labels: feature, isomorphic
Framework context: Next.js (client-side calls in app/ or pages/api)
Description:
The SDK imports Node-specific modules like fs and https, making it incompatible with browser contexts (e.g., when used from Next.js client code or Remix loaders).
Expected:
Provide a separate ESM bundle or an isomorphic build compatible with both Node.js and browser environments.
Example:
import Openapi from "openapi-sdk/browser";