New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hexify-impress

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexify-impress

Simple script to layout slides in hex grid for impress.js

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

hexify-impress

Simple script to layout slides in hex grid for impress.js

Reads HTML from standard input and writes HTML into standard output.

Input

The script will consider the following attributes of the step to calculate position and scale

  • data-hex-x - vertical coordinate in hex space
  • data-hex-y - horizontal coordinate in hex space
  • data-hex-scale - scale of the hex - each increment will fit 7 smaller hexes inside
  • data-hex-size - size of hex - half of the hex width - one in 1/sqrt(3) hex height

Output

The script will calculate the following attributes

  • data-scale
  • data-x
  • data-y

Position

Position

Scale

Position

Keywords

impress.js

FAQs

Package last updated on 12 Mar 2016

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