Skip to content

ghostoy/a-painter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<a-painter>

A painter component based on Polymer which saves your idea in a second.

Maintained by Cong Liu.

Demo

Check it live.

Usage

  1. Import Web Components' polyfill:

    <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20130711/polymer.min.js"></script>
  2. Import Custom Element:

    <link rel="import" href="src/a-painter.html">
  3. Start using it!

    <a-painter></a-painter>

Options

Attribute Options Default Description
width int 200 Width of the element
height int 150 Height of the element

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

License

MIT License

About

A painter component based on Polymer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published