{"library":"paperclip-compiler-html","title":"Paperclip HTML Compiler","description":"The paperclip-compiler-html package at version 18.3.8 is an HTML compiler component of the Paperclip framework. It compiles Paperclip design documents into HTML. The library is currently a work in progress (WIP). Release cadence is unclear due to its early stage. Key differentiators: designed specifically for Paperclip's design-to-code pipeline. No stable releases yet; use with caution.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install paperclip-compiler-html"],"cli":{"name":"paperclip","version":null}},"imports":["import { compileHTML } from 'paperclip-compiler-html'","import { compileFile } from 'paperclip-compiler-html'","import htmlCompiler from 'paperclip-compiler-html'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { compileHTML } from 'paperclip-compiler-html';\n\nconst input = `<div>Hello</div>`;\nconst result = compileHTML(input, { mode: 'design' });\nconsole.log(result);","lang":"typescript","description":"Shows basic usage of compileHTML function to compile a Paperclip design string to HTML.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}