Skip to content
/ ink-cjs Public
forked from vadimdemedes/ink

copy of ink which removes top-level await and commonjs yoga for single file bundling

License

Notifications You must be signed in to change notification settings

magus/ink-cjs

 
 

Repository files navigation

ink-cjs

This is a fork of ink to support bundling as CommonJS

Changes

  • Change package name to ink-cjs to publish to NPM

  • Removes top-level await usage

    Top-level await is invalid in CommonJS so we must remove it

  • Replace yoga-wasm-web with @react-pdf/yoga

    yoga-wasm-web uses top-level await and does not work with CommonJS

About

copy of ink which removes top-level await and commonjs yoga for single file bundling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%