Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

axshare-wireframe-exporter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axshare-wireframe-exporter

Export Axshare's wireframe to PDF

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

axshare-wireframe-exporter

Export Axshare's wireframe to PDF

Usage

There are 3 parameters:

  • baseUrl: url of the wireframe to be exported
  • pdfName: name of the PDF to be generated
  • openPopUp: will open the sticky notes inside the wireframe

Execution example

> axshare-wireframe-exporter https://example.axshare.com/ example-pdf-export
Taking screenshot 0 for page https://example.axshare.com/test.html
Taking screenshot 1 for page https://example.axshare.com/test1.html
Taking screenshot 2 for page https://example.axshare.com/test2.html
Creating pdf example-pdf-export

Installation

npm install -g axshare-wireframe-exporter

If you face an error like:

gyp WARN EACCES current user ("nobody") does not have permission to access the dev dir "/root/.cache/node-gyp/10.19.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/usr/local/lib/node_modules/axshare-wireframe-exporter/node_modules/hummus/.node-gyp"

Consider to add the option npm_config_user=root as follow:

npm_config_user=root npm install -g axshare-wireframe-exporter

FAQs

Package last updated on 30 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc