{"id":20170221,"url":"https://github.com/fabrix-app/spool-sapper","last_synced_at":"2026-06-12T14:31:16.706Z","repository":{"id":95882871,"uuid":"149322616","full_name":"fabrix-app/spool-sapper","owner":"fabrix-app","description":"Spool: Sapper for Fabrix","archived":false,"fork":false,"pushed_at":"2018-09-18T16:55:11.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T04:15:49.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabrix-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-18T16:55:06.000Z","updated_at":"2018-09-18T16:55:13.000Z","dependencies_parsed_at":"2023-03-14T19:45:33.062Z","dependency_job_id":null,"html_url":"https://github.com/fabrix-app/spool-sapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabrix-app/spool-sapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-sapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-sapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-sapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-sapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabrix-app","download_url":"https://codeload.github.com/fabrix-app/spool-sapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-sapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34249560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T01:17:45.242Z","updated_at":"2026-06-12T14:31:16.692Z","avatar_url":"https://github.com/fabrix-app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spool-sapper\n\n[![Gitter][gitter-image]][gitter-url]\n[![NPM version][npm-image]][npm-url]\n[![Build Status][ci-image]][ci-url]\n[![Test Coverage][coverage-image]][coverage-url]\n[![Dependency Status][daviddm-image]][daviddm-url]\n[![Follow @FabrixApp on Twitter][twitter-image]][twitter-url]\n\n:package: Sapper Spool\n\n\n## Install\n```sh\n$ npm install --save @fabrix/spool-sapper\n```\n\n## Configure\n\n```js\n// config/main.ts\nimport { SapperSpool } from '@fabrix/spool-sapper'\nexport const main = {\n  spools: [\n    // ... other spools\n    SapperSpool\n  ]\n}\n```\n\n## Configuration\n\n```\n// config/sapper.ts\nexport const sapper = {\n  allowLocalFilesAccess: true,\n    printDelay: 100,\n    paperSize: {\n      format: 'Letter',\n      height: '11in',\n      width: '8.5in'\n    },\n    format: {\n      quality: 100\n    }\n}\n```\n\nFor more information about store (type and configuration) please see the sapper documentation.\n\n## Usage\n\n```js\n  this.app.sapper.htmlToSAPPER('\u003ch1\u003eHello World\u003c/h1\u003e')\n  .then(sapper =\u003e {\n    // Do something with your SAPPER\n  })\n```\n\n[npm-image]: https://img.shields.io/npm/v/@fabrix/spool-sapper.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/@fabrix/spool-sapper\n[ci-image]: https://img.shields.io/circleci/project/github/fabrix-app/spool-sapper/master.svg\n[ci-url]: https://circleci.com/gh/fabrix-app/spool-sapper/tree/master\n[daviddm-image]: http://img.shields.io/david/fabrix-app/spool-sapper.svg?style=flat-square\n[daviddm-url]: https://david-dm.org/fabrix-app/spool-sapper\n[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square\n[gitter-url]: https://gitter.im/fabrix-app/fabrix\n[twitter-image]: https://img.shields.io/twitter/follow/FabrixApp.svg?style=social\n[twitter-url]: https://twitter.com/FabrixApp\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/fabrix-app/spool-sapper.svg?style=flat-square\n[coverage-url]: https://codeclimate.com/github/fabrix-app/spool-sapper/coverage\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fspool-sapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabrix-app%2Fspool-sapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fspool-sapper/lists"}