1.0.2 • Published 4 years ago

boxman v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Build Status All Download Release License

BoxMan

(Detail: https://sj-js.github.io/dist/boxman/README.html)

Getting Started

  1. Script

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sj-js/boxman/dist/css/boxman.css">
    <script src="https://cdn.jsdelivr.net/gh/sj-js/crossman/dist/js/crossman.js"></script>
    <script src="https://cdn.jsdelivr.net/gh/sj-js/boxman/dist/js/boxman.js"></script>
    <script>
         var boxman = new BoxMan();
    </script>
  2. Make BOX

    boxman.newBox({content:'BOX', width:'100px', minHeight:'35px'});
  3. Make OBJ

    boxman.newObj({content:'OBJ', width:'50px', height:'30px'});
1.0.2

4 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago