Pintora standalone target thast can run in WinterCG runtime
npm install @pintora/target-wintercgStil at a very early stage.
Bundle a big JS including pintora and its dependencies and some Node.js module polyfills, so that it can run inside a WinterCG or other lightweight JS runtime.
``text
.
├── aliases // JS polyfills
├── build // build scripts
├── dist // output
├── fonts
├── package.json
├── runtime // runtime source
├── scripts // some local manual test scripts
└── types
10 directories, 5 files
``