Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat): add built-in option to clone the canvas (w/ support for alternate canvas implementations) #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2019

  1. (feat): add built-in option to clone the canvas

    - this is almost always needed by developers, so figured I should add
      it into the library itself (well again, but w/o a node-canvas dep)
      - while it should probably be the default, will introduce it as
        opt-in so it's not a breaking change
    agilgur5 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    52537f8 View commit details
    Browse the repository at this point in the history
  2. (feat): add support for alternate canvas implementations

    - e.g. node-canvas
    - so this doesn't depend on being run in a browser/DOM context
    agilgur5 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    7cb4e0e View commit details
    Browse the repository at this point in the history
  3. (docs): add API and Usage docs for new optional arguments

    - show how to clone in Usage and specify that it's v0.2+
    - add full API docs
    
    - slightly larger than 100 LoC now 😢
    - use const instead of let in docs too
    agilgur5 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d717f4c View commit details
    Browse the repository at this point in the history
  4. (pub): publish v0.2.0

    - minor bump due to addition of optional arguments `clone` and
      `createCanvas`
    - several updates to README included as well
    agilgur5 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    92a2da5 View commit details
    Browse the repository at this point in the history