diff --git a/.hintrc b/.hintrc new file mode 100644 index 00000000..a73d5f13 --- /dev/null +++ b/.hintrc @@ -0,0 +1,13 @@ +{ + "extends": [ + "web-recommended" + ], + "browserslist": [ + "last 1 versions", + "not ie < 20" + ], + "hints": { + "no-inline-styles": "off", + "meta-charset-utf-8": "off" + } +} diff --git a/demo/face3d.html b/demo/face3d.html index 8b189181..531478d3 100644 --- a/demo/face3d.html +++ b/demo/face3d.html @@ -2,14 +2,12 @@ Human - - - - - - + + + - + + @@ -18,7 +16,7 @@ @font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../assets/lato-light.woff2') } @font-face { font-family: 'FA'; font-display: swap; font-style: normal; font-weight: 900; src: local('FA'), url('../assets/fa-solid-900.woff2'); } html { font-family: 'Lato', 'Segoe UI'; font-size: 16px; font-variant: small-caps; } - body { margin: 0; background: black; color: white; overflow-x: hidden; scrollbar-width: none; } + body { margin: 0; background: black; color: white; overflow-x: hidden; } body::-webkit-scrollbar { display: none; } .video { display: none; } .canvas { margin: 0 auto; } diff --git a/demo/facematch.html b/demo/facematch.html index 77c29dca..6cc16653 100644 --- a/demo/facematch.html +++ b/demo/facematch.html @@ -1,18 +1,16 @@ - - Human - - - - - - - - - - - + + Human + + + + + + + + +