GithubHelp home page GithubHelp logo

akashpathak / literallycanvas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from literallycanvas/literallycanvas

0.0 1.0 0.0 3.62 MB

A canvas in your browser. Literally.

Home Page: http://www.literallycanvas.com/

License: BSD 2-Clause "Simplified" License

Makefile 0.06% HTML 0.82% JavaScript 92.65% CSS 0.36% CoffeeScript 6.12%

literallycanvas's Introduction

Literally Canvas v0.4.8

Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing widget. Its only dependency is React.js.

Get help on our mailing list: mailto:[email protected] (just send it a message to subscribe)

This is all it takes:

<div class="literally with-jquery"></div>
<script>
  $('.literally.with-jquery').literallycanvas();
</script>

<div class="literally without-jquery"></div>
<script>
  LC.init(document.getElementsByClassName('literally without-jquery')[0]);
</script>

State of the Project

I, Steve, am the only major contributor to this project. I don't currently use it for anything, so it isn't high on my list of things to work on. As such, major bugs may go unfixed for unacceptable amounts of time if you assume I'll take care of them.

If you are truly in need of a bug-free, feature-rich HTML5 drawing widget, it is in your best interest to get up to date on the source code and start sending pull requests. I'm more than happy to help you learn.

I started this project entirely for fun. People have come to rely on it, but there hasn't been a corresponding increase in contributions. At this point I can't keep supporting people's products for free.

That said, I'm available to work as a contractor to add features to the library. My email address is in the commits. You can also put bounties on issues at Bountysource.

Developing

Setup: npm install

Watching and serving: gulp dev

Browse to localhost:8000/demo and modify demo/index.html to test code in progress.

To generate a production-ready .js file, run gulp and pull out either lib/js/literallycanvas.js or lib/js/literallycanvas.min.js.

literallycanvas's People

Contributors

irskep avatar campaul avatar ksornberger avatar konfiot avatar ankona avatar darkdimius avatar fluke avatar

Watchers

Kash avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.