SkillAgentSearch skills...

Designer.js

A minimalistic Javascript library to design web pages using absolute positioning

Install / Use

/learn @archan937/Designer.js
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

Designer.js

A minimalistic Javascript library to design web pages using absolute positioning.

Introduction

Designer.js is a very small library with which you can add and absolute position page elements visually. Think of it as an unobtrusive Keynote-like page editor. Such as the strut.io editor or Slides editor but only having their core functionality which is designing the slide / page.

Installation

Setting up <code>designer.js</code> is only a matter of adding a simple script include tag:

    <script src="http://archan937.github.io/designer.js/designer.js"></script>

That's it!

Configuration

To configure <code>designer.js</code>, all you have to do is put the configuration in the query string of <code>designer.js</code> URL:

  • <code>method</code> - The HTTP method used to submit changes

For instance:

    <script src="http://archan937.github.io/designer.js/designer.js?method=PUT"></script>

Nice, huh? :)

Contact me

For support, remarks and requests, please mail me at pm_engel@icloud.com.

TODO

  • Write the entire library ;)

License

Copyright (c) 2016 Paul Engel, released under the MIT license

http://gettopup.com - http://github.com/archan937 - http://twitter.com/archan937 - pm_engel@icloud.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View on GitHub
GitHub Stars8
CategoryDesign
Updated5y ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on Feb 25, 2021

No findings