0.0.4 • Published 5 months ago

escience_theme v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

eScience Center Theme

This plugin applies the eScience Center Theme to reveal.js.

Setup

You can use the plugin as an ES module:

<script type="module">
  import Reveal from './dist/reveal.esm.js';
  import Escience from './plugin/escience/escience_5.1.0.esm.js';

  Reveal.initialize({
    // ...
    plugins: [ Escience ],
    // ...
  });
</script>

License

Apache-2.0 licensed

Copyright (C) 2023 The Netherlands eScience Center

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago