0.0.7 • Published 4 years ago

@yanqirenshi/d3.wireframe v0.0.7

Weekly downloads
34
License
ISC
Repository
github
Last release
4 years ago

D3.Wireframe

ワイヤーフレームをスケッチするためのライブラリです。

Expression

以下の要素を描画できます。

Elementelement_typetype
labellabel1
buttonbutton2
Frame(Plain)frame2
Frame(Diagonal)frame_diagonal2
inputtextinput_text2
inputradioinput_radio3
inputcheckboxinput_checkbox3
tabstabs3
tabletable3

Data

描画するためのデータは三種類あります。

Type 1

{
    text: '',
    position: { x:0, y:0, z:0 },
    font: { size: '11px', bold: true }
},

Type 2

{
    element_type: 'frame',
    rectangle: { w: 0, h: 0 },
    position: { x:0, y:0, z:0 },
    labels: [@type1...],
    children: [],
},

Type 3

{
    element_type: '...',
    rectangle: { w: 0, h: 0 },
    position: { x:0, y:0, z:0 },
    labels: [@type1...],
},

Authors

  • Satoshi Iwasaki (yanqirenshi@gmail.com)

Copyright

Copyright (c) 2018 Satoshi Iwasaki (yanqirenshi@gmail.com)

Licence

This software is released under the GNU GENERAL PUBLIC LICENSE Version 3, see LICENSE.

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago