Skip to content

switer/imper

Repository files navigation

imper

An presentations/slides visual editor website for creating impress.js/normal/shower presentation (impress.js is inspired by the idea behind prezi.com)

Imper Editor

Imper editor website

Imper Demo

Imper Sframework Demo

Imper generate impress Demo

Imper generate google html5 slides Demo

Imper Data Format

{
  //globla config data
  "cntConf" : {
  		"height" : "600px",
		"width"  : "960px",
		"thumb"  : ""
	},
	//frame dataset
	"cntData" : {

		//frame data
		"slider1" : {

			"anim": "", 		// frame transition animation
			"panelAttr": "", 	// frame panel style attr
			"x" : "", 			//data-x of impress.js layout mode[options]
			"y" : "", 			//[options]

			//frame elements dataset
			"element": {
				//frame element data
				"data1":{
					"type"		: "DIV", 	// element type
					"cAttr"		: "", 		// element container style attr 
					"eAttr"		: "", 		// element style attr
					"pAttr"   	: "", 		// element panel style attr
					"zIndex"	: 1, 		//z-index

					//[text box || code box :  text string, image || video : data url] 
					"value"		: "text content!" 
				},
				"data2":{
				        //...
				}
			}
		},
		//frame data
		"slider2" : {
			//...
		}
	}
}

TODO List

I need edit-history manager for going back and need a server to save my presentation!!!!

  • English Version *(Compeleted)
  • Impress GUI map drag-drop editing *(Compeleted)
  • Slider frame opertation(copy,paste,change position) *(Compeleted)
  • show element's marking-line
  • Support multiple element selections while editing
  • Touchable and support ipad device
  • Support markdown editor box
  • Import data from impress html file

License

The MIT License (MIT)

Copyright (c) 2013 copyright Kaishe Guan (guankaishe@gmail.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.

About

An presentations/slides visual editor for creating impress.js/normal/shower presentation.Support drag-drop position edit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published