Commit Graph

13 Commits

Author SHA1 Message Date
193ff9703e Added font size mapping demo. 2022-04-23 00:10:09 -05:00
b16dc05a54 Improved styling of tutorial and generated music playlist display. 2022-04-19 17:14:40 -05:00
622a85828c Changed generated control buttons to text.
Fixed some JSDoc.
2022-04-19 16:31:16 -05:00
5313d20fff Fixed linear easing function. 2022-04-18 15:11:42 -05:00
9a0ff26288 Class names refactored. 2022-04-18 12:07:09 -05:00
9453ce5f0b Demos for music player and music playlist functional. 2022-04-18 11:46:23 -05:00
cc6b70404b Set up JSDoc tutorial system and dev environment. 2022-04-18 08:05:41 -05:00
ec6ce48988 Preparing library for export.
Reconfigured webpack.

Removed unused packages.

Added library exports (webpack configured to export IIFE).

Created showcase directory.
2022-04-17 17:44:52 -05:00
ab1871bb8e Added words to workspace dictionary. 2022-04-17 01:29:09 -05:00
58ef009b88 VSCode auto-imports now have appropriate suffix. 2022-04-16 03:21:23 -05:00
f480eca822 Added play, pause, next and previous element generation.
Removed goals for generating seeking and volume control functions.
2022-04-15 18:37:41 -05:00
a6a5f75b82 Added Visualized song player and required playlist modifications (untested).
Class names and respective file names refactored.

Added song player for basic playlist management and playback.

Added support for visualizers per song in the playlist.

Created a visualizer update manager that acts as a splitter for all the bins and their updates.

Fixed potential bugs.
2022-04-15 15:25:03 -05:00
507de1f3c0 Completed untested versions of playlist and playlist song classes.
Restructured for improved development and deployment pipeline.

Added webpack and configurations for development and production.

Began adding JSDocs.

Added eslint.
2022-04-15 00:11:46 -05:00