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

Examples #7

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Examples #7

merged 2 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. add ref-browser vite shell

    `npm create vite@latest ref-browser -- --template react-ts` with a few tweaks
    ryepup committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    44de1ab View commit details
    Browse the repository at this point in the history
  2. AMPEX-135: add ref-browser example

    Ports one of our useful experiments on top of the `reference-lib`, a few react components to show the directives easily.
    
    Some of the `reference-lib` usage is a little clumsy, might be space for different APIs to access the data.
    
    Started from `npm create vite@latest`, so brought in a bunch of structure. Tried to minimize the dependencies and focus on functionality. There's plenty of room for improvement in the styling.
    
    Had to make a few tweaks in `reference-lib`:
    
    - ignore the `dist` folder in more tools
    - rollup to an es module (the default) instead of common js. I was getting import errors with the `cjs` version.
    ryepup committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bc3cfe4 View commit details
    Browse the repository at this point in the history