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

Add a command line tool for publishing .afb files to .json #94

Merged
merged 4 commits into from
Aug 7, 2023

Commits on Jul 31, 2023

  1. Add a command line tool for publishing .afb files to .json

    - The script is implemented as a new build target for Vue, which is better than creating a standalone .js or
      .ts script because it integrates natively with the existing code base.
    - The main browser dependency to work around is the canvas context in Fonts.ts. The solution is to define new
      interfaces for Font and FontStsore and add stub implementations that are used when we're not running in a
      browser.
    - Remove .json files from the corpus (and .gitignore corpus/*.json).
    - Set GitHub action to generate .json files at build time
    - Add developer docs showing how to use this command line tool.
    mehaase committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1fc7093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66db82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f380e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Address PR feedback

    Remove unused d3 import
    mehaase committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7325579 View commit details
    Browse the repository at this point in the history