aboutsummaryrefslogtreecommitdiff
path: root/src/image.ts
AgeCommit message (Expand)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-345/+0
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-1/+1
2022-04-29chore: fix any warnings in image module (#886)ST-DDT1-1/+2
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-1/+1
2022-04-08chore: use consistent method calls (#817)Shinigami1-13/+13
2022-03-27fix: replaced placeimg.com on loremflickr.com (#692)Andrew Molchanov1-48/+48
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-2/+2
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami1-1/+1
2022-02-20docs: various fixes (#523)ST-DDT1-45/+45
2022-02-06docs: improve image jsdocs (#437)ST-DDT1-86/+152
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-2/+2
2022-01-30chore: use recommended restrict-plus-operands (#369)Shinigami1-18/+7
2022-01-18chore: migrate image providers to TS (#178)Shinigami1-7/+6
2022-01-14feat: migrate image (#92)Shinigami1-0/+290