Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebDevSimplified/Face-Detection-JavaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dental-informatics-org/Face-Detection-JavaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    1b9cb00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38870d View commit details
    Browse the repository at this point in the history
  3. Update index.html

    page title:  <title>Patient Face Detection - POC</title>
    dental-informatics-org authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6a3ead1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc36425 View commit details
    Browse the repository at this point in the history
  5. Removed style

    <style>
        body {
          margin: 0;
          padding: 0;
          width: 100vw;
          height: 100vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        canvas {
          position: absolute;
        }
      </style>
    dental-informatics-org authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    cd1a680 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d06f22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3ecc17 View commit details
    Browse the repository at this point in the history
Loading