docs(image): incorrectly typed example in personPortrait
Author: ST-DDTCreated Aug 22, 2026Updated Aug 22, 2026
Labelsc: docsp: 1-normalm: image
Type 'string' is not assignable to type '512 | 256 | 128 | 64 | 32 | undefined'.
-faker.image.personPortrait({ sex: 'male', size: '128' })
+faker.image.personPortrait({ sex: 'male', size: 128 })Blocked by #3748
Source: faker-js/faker