0
.circleci/config.yml
Executable file → Normal file
0
.eslintrc.js
Executable file → Normal file
0
.gitattributes
vendored
Executable file → Normal file
0
.gitignore
vendored
Executable file → Normal file
0
.gitmodules
vendored
Executable file → Normal file
0
.npmignore
Executable file → Normal file
0
DOCUMENTATION.md
Executable file → Normal file
0
GettingStarted.md
Executable file → Normal file
0
apple-touch-icon.png
Executable file → Normal file
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
0
css/impress-common.css
Executable file → Normal file
0
css/impress-demo.css
Executable file → Normal file
0
examples/2D-navigation/css/fonts.css
Executable file → Normal file
0
examples/2D-navigation/css/presentation.css
Executable file → Normal file
0
examples/2D-navigation/images/35535918670_f1d12627ff_o.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
0
examples/2D-navigation/images/6296334551_b3d5c27823_b.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
0
examples/2D-navigation/images/6636957665_5e7c4a79de_o.png
Executable file → Normal file
|
Before Width: | Height: | Size: 646 KiB After Width: | Height: | Size: 646 KiB |
0
examples/2D-navigation/index.html
Executable file → Normal file
0
examples/3D-positions/index.html
Executable file → Normal file
0
examples/3D-rotations/css/3D-rotations.css
Executable file → Normal file
0
examples/3D-rotations/css/fonts.css
Executable file → Normal file
0
examples/3D-rotations/index.html
Executable file → Normal file
0
examples/classic-slides/css/classic-slides.css
Executable file → Normal file
0
examples/classic-slides/css/fonts.css
Executable file → Normal file
0
examples/classic-slides/images/3476636111_c551295ca4_b.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
0
examples/classic-slides/images/background-title.png
Executable file → Normal file
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
0
examples/classic-slides/images/background-title.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
examples/classic-slides/images/background.png
Executable file → Normal file
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
examples/classic-slides/images/background.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
examples/classic-slides/index.html
Executable file → Normal file
0
examples/cube/css/cube.css
Executable file → Normal file
0
examples/cube/css/fonts.css
Executable file → Normal file
0
examples/cube/img/Henrik_mustache.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
0
examples/cube/index.html
Executable file → Normal file
0
examples/index.html
Executable file → Normal file
0
examples/markdown/css/devopsy.css
Executable file → Normal file
0
examples/markdown/css/effects.css
Executable file → Normal file
0
examples/markdown/css/fonts.css
Executable file → Normal file
0
examples/markdown/css/markdown-slides.css
Executable file → Normal file
0
examples/markdown/images/3476636111_c551295ca4_b.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
0
examples/markdown/index.html
Executable file → Normal file
0
favicon.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
index.html
Executable file → Normal file
0
js/impress.js
Executable file → Normal file
0
karma.conf.js
Executable file → Normal file
4943
package-lock.json
generated
Executable file → Normal file
4
package.json
Executable file → Normal file
@@ -30,9 +30,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"jscs": "^2.1.1",
|
||||
"jscs": "^3.0.7",
|
||||
"jshint": "^2.11.0",
|
||||
"karma": "^6.4.1",
|
||||
"karma": "^4.4.1",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-firefox-launcher": "^1.3.0",
|
||||
"karma-qunit": "^4.0.0",
|
||||
|
||||