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

New output modes #92

Open
wants to merge 6 commits into
base: gh-pages
Choose a base branch
from
Open

Commits on Feb 25, 2019

  1. Add new setting to select output mode.

    I'm proposing to add the "outputMode" setting (string), instead of "exportOnly" (boolean), because the latter only gave us 2 choices (download/print).
    To do the same as before, we only have to do the following changes :
    - exportOnly: false --> outputMode: 'print'
    - exportOnly: true --> outputMode: 'download'
    alfredott committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    7eceea3 View commit details
    Browse the repository at this point in the history
  2. Add option "event" for setting outputMode.

    Brings the possibility to get the image blob into the JS code.
    You can then use it to do whatever you want (display it in the page, send it to a server, ...)
    alfredott committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    1680ba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32ca263 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    bc6d749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638e792 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    297b8da View commit details
    Browse the repository at this point in the history