@browser.style/print-preview
Version:
Print preview component with page layout controls and templates support
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "@browser.style/print-preview",
"version": "1.0.11",
"description": "Print preview component with page layout controls and templates support",
"type": "module",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"style": "./index.css"
},
"./style": "./index.css"
},
"files": [
"index.js",
"index.css"
],
"dependencies": {
"@browser.style/common": "^1.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madsstoumann/browser-style.git",
"directory": "ui/print-preview"
},
"keywords": [
"browser.style",
"web-components",
"print-preview",
"printing",
"page-layout",
"templates"
],
"author": "Mads Stoumann",
"license": "ISC",
"bugs": {
"url": "https://github.com/madsstoumann/browser-style/issues"
},
"homepage": "https://browser.style/ui/print-preview"
}