A library that aims to simplify the creation of a tutorial or first time experience of a website or web-app
For the moment there is no minify version so if you want to use this library just download the lib.js.
The library expect that a variable with the name tutorialGeneratorConfig will be present.
- Download the lib.js file and import add it to your script import at the end of the body
<script src="js/lib.js"></script>- Add a file tutorialGenerator-config.js and declare a
tutorialGeneratorConfigvariable - Insert the tutorial-generator component in your page (without it the tutorial wont start)
<html>
<head>
<!-- Head stuff.. -->
</head>
<body>
<!-- Body stuff.. -->
<tutorial-generator></tutorial-generator>
</body>
</html>- Add Changelog
- Add minify version
- Improve config file documentation
- Add CSS class customizatin support
- Add state saving for resuming an interrupted tutorial
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt for more information.