pixel-editor/images
pxlvxl f499662afc Various changes
- added `/:paletteSlug/:resolution` functionality for localhost testing
	- created `currFile.sublayers` for *things that should zoom with the canvas layers*
	- `currFile.layers` now solely contains the canvas layers
	- added `getProjectData` to `FileManager`'s exported methods
	---
	- added `FileManager.localStorageSave` (it's basically just: localStorage.setItem("lpe-cache",FileManager.getProjectData()))
	- added `FileManager.localStorageCheck` (it's basically just: `!!localStorage.getItem("lpe-cache")`)
	- added `FileManager.localStorageLoad` (it's basically just: `return localStorage.getItem("lpe-cache")`)
	- added `FileManager.localStorageReset` (for debugging purity)
	---
	- calling `FileManager.localStorageSave()` on mouse up (we should stress test this)
	---
	- changed lpe file format to `{canvasWidth:number,canvasHeight:number,selectedLayer:number,colors:[],layers:[]}`
	- added backward compatibility for the old lpe file format
	---
	- added some canvas utility functions in `canvas_util`
	- added Unsettled's color similarity utility functions in `color_util2`
	---
	- html boilerplate - wang tiles
	-
	- POC - tiny text boilerplate
	- POC - tiny text font scraper
	---
	- WIP - added two optional url route parameters `/:paletteSlug/:resolution/:prefillWidth/:prefillBinaryStr`
	- WIP POC - hbs_parser.js (outputs tree data about hbs file relationships)
2022-02-23 11:36:15 -05:00
..
Logs Updated splash page 2022-01-31 23:50:18 +01:00
Splash images Added random splash images 2021-04-27 11:00:27 +02:00
ToolTutorials Finished tooltorials 2022-01-30 00:09:43 +01:00
dropdown-arrow-hover.png first commit 2019-03-26 23:20:54 +00:00
dropdown-arrow.png first commit 2019-03-26 23:20:54 +00:00
eraser.png Added eraser icon, added management of eraser size, added event listener for R key (connected to the eraser tool). Started eraser cursor management in _updateCursors.js 2019-03-31 12:17:32 +02:00
eyedropper.png first commit 2019-03-26 23:20:54 +00:00
favicon.ico fixed urls 2022-01-13 14:40:35 -05:00
fill.png first commit 2019-03-26 23:20:54 +00:00
icons_14x14.png Various changes 2022-02-23 11:36:15 -05:00
layout.png Added fill mode for the rectangle tool 2020-03-07 22:34:12 +01:00
le_button_18x19.png Various changes 2022-02-23 11:36:15 -05:00
lospec_mock1.png Various changes 2022-02-23 11:36:15 -05:00
lospec_mock2.png Various changes 2022-02-23 11:36:15 -05:00
pan-held.png first commit 2019-03-26 23:20:54 +00:00
pan.png first commit 2019-03-26 23:20:54 +00:00
pencil-tool-cursor.png first commit 2019-03-26 23:20:54 +00:00
pencil.png first commit 2019-03-26 23:20:54 +00:00
pixel-editor-screenshot.png first commit 2019-03-26 23:20:54 +00:00
rectangle.png Started rectangle tool 2020-03-06 21:39:30 +01:00
rectselect.png Added possibility to select the rectangular selection tool 2020-03-04 12:42:15 +01:00
rotate_test_8x8_x16.png Various changes 2022-02-23 11:36:15 -05:00
sked.png Continued splash page, added presets, resized cover 2021-01-11 18:09:58 +01:00
sked_tree_32x32.png Various changes 2022-02-23 11:36:15 -05:00
sked_x1.png Various changes 2022-02-23 11:36:15 -05:00
sked_x10.png Various changes 2022-02-23 11:36:15 -05:00
test_8x8.png Various changes 2022-02-23 11:36:15 -05:00
wang_tilesets_32x32.png Various changes 2022-02-23 11:36:15 -05:00
zoom-in.png first commit 2019-03-26 23:20:54 +00:00