diff --git a/.hintrc b/.hintrc index b68f2ca..a73d5f1 100644 --- a/.hintrc +++ b/.hintrc @@ -1,6 +1,13 @@ { + "extends": [ + "web-recommended" + ], + "browserslist": [ + "last 1 versions", + "not ie < 20" + ], "hints": { "no-inline-styles": "off", - "compat-api/html": "off" + "meta-charset-utf-8": "off" } -} \ No newline at end of file +} diff --git a/demo/index.html b/demo/index.html index 9393484..9364960 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,10 +1,13 @@ - - FaceAPI Static Images Demo - + + + + + + diff --git a/demo/webcam.html b/demo/webcam.html index ca7b161..5b17b02 100644 --- a/demo/webcam.html +++ b/demo/webcam.html @@ -1,10 +1,13 @@ - - FaceAPI Live WebCam Demo - + + + + + + @@ -13,3 +16,5 @@
+ +