Commit Graph

12 Commits

Author SHA1 Message Date
caribaud 5f3060995b Rework melpomene to respect newly added ESLINT
This includes:

+ Removing trailling whitespaces
+ Adding missing const keywords
+ Fixing equality checks
+ Removing unused variables, functions, etc...
+ Adding missing let & const statements
+ Use strict
+ Correcting all names to use camelCase
+ Using semicolons everywhere
+ Use Allman style everywhere
+ Make comments headers uniform

This also includes:

+ Fixing displayed version number
2023-06-04 20:16:56 +02:00
caribaud 350dd4bb0e Fix width / height computation
Closes #9
2023-05-27 15:56:31 +02:00
caribaud c1df87582d Change scrolling behaviour 2023-05-26 23:32:11 +02:00
caribaud 350b4b0d21 Bump version to 1.0.0_RC1 2023-05-26 19:32:31 +02:00
caribaud 23f59ff98a refactor HTML / CSS, add credits 2023-05-26 19:19:38 +02:00
caribaud c7830c3f17 Add possibility for global offset / scaling 2023-05-25 23:30:23 +02:00
caribaud 7179e44814 Allow for varying-size pages 2023-05-25 21:31:22 +02:00
caribaud 62303209f8 Set images size directly in HTML 2023-05-25 20:33:07 +02:00
Christian Aribaud 3fddd1cf5c Use transform for translation 2023-05-22 00:19:12 +02:00
Christian Aribaud 712f8751d8 Fixing header / adding version info 2023-05-21 21:07:40 +02:00
Christian Aribaud 855808b469 Adding the ability to use data-zooms in HTML files 2023-05-21 21:04:31 +02:00
Christian Aribaud 673c0d1953 Renamming to melpomene 2023-05-19 18:16:19 +02:00
Renamed from comic_reader.js (Browse further)