hexify-impress

1.0.1 • Public • Published

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

/hexify-impress/

    Package Sidebar

    Install

    npm i hexify-impress

    Weekly Downloads

    9

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • agrzes