Example.js working example / loading example

I found opens.js, but I could not find a simple working example.
I found this one , but they are either too complex or cannot find the source.

Does anyone have a simple example?

+4
source share
2 answers

The opens.js repository on GitHub itself is a demonstration for a simple presentation.

You can simply fork the project on GitHub, clone the plug into the local file system and edit the index.html file in the root to start working with the presentation.

I myself have created several presentations this way, most recently: https://github.com/pahund/devugees-prez-oct2017

Git gh-pages, , : https://pahund.imtqy.com/devugees-prez-oct2017/

+2

Source: https://habr.com/ru/post/1688355/


All Articles