diff --git a/src/impress.ts b/src/impress.ts index 9dda396..a72c973 100644 --- a/src/impress.ts +++ b/src/impress.ts @@ -18,12 +18,13 @@ * source: http://github.com/impress/impress.js/ */ -// Welcome to the impress.js source code +// Welcome to the impress.js source code! // You are one of those who would like to know how impress.js works? // Let us show you! -// NOTE that compared to previous versions of impress, this code is documented in a more technical fashion. +// Please note that compared to previous versions of impress, this code is documented in a more technical fashion. -// Important note on the file structure of impress.js, as it has changed with V3 +// Important note on the file structure of impress.js, as it has changed with V3: +// ------------------------------------------------------------------------------- // This file contains all the interface definitions and uses various components from the ./lib directory, // as well as loading impress plugins from the ./plugins directory. A fully built impress.js version // has all of these files combined into a single file, as to enable a simple include. diff --git a/src/lib/README.md b/src/lib-old/README.md similarity index 100% rename from src/lib/README.md rename to src/lib-old/README.md diff --git a/src/lib/gc.js b/src/lib-old/gc.js similarity index 100% rename from src/lib/gc.js rename to src/lib-old/gc.js diff --git a/src/lib/rotation.js b/src/lib-old/rotation.js similarity index 100% rename from src/lib/rotation.js rename to src/lib-old/rotation.js diff --git a/src/lib/util.js b/src/lib-old/util.js similarity index 100% rename from src/lib/util.js rename to src/lib-old/util.js diff --git a/src/lib/position.ts b/src/lib/position.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/rotation.ts b/src/lib/rotation.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/util.ts b/src/lib/util.ts new file mode 100644 index 0000000..e69de29