{"library":"nanachi-web-transpiler","title":"Nanachi Web Transpiler","description":"A web transpiler for the Nanachi framework, designed to transform Nanachi components for web deployment. This is an early beta release (0.0.1-beta.2) with no stable version yet. It specifically handles web-targeted transpilation, distinguishing it from other Nanachi packages that target different platforms. The repository shows no README, indicating minimal documentation or potentially abandoned development. Release cadence is unclear.","language":"javascript","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["npm install nanachi-web-transpiler"],"cli":null},"imports":["import transpiler from 'nanachi-web-transpiler'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import transpiler from 'nanachi-web-transpiler';\n\nconst code = '<view>Hello</view>';\ntranspiler(code).then(result => {\n  console.log(result);\n}).catch(err => {\n  console.error(err);\n});","lang":"javascript","description":"Demonstrates importing and using the transpiler to transform a simple Nanachi component.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}