39 lines
390 B
TypeScript
39 lines
390 B
TypeScript
const cv = `
|
|
amis
|
|
animaux
|
|
animaux
|
|
bâtiment
|
|
brouillon final
|
|
carte
|
|
chantier
|
|
claire
|
|
dodo
|
|
doudou
|
|
famille
|
|
festival
|
|
fête
|
|
gopro
|
|
gopro-back
|
|
gopro-front
|
|
graph
|
|
gull
|
|
has_no_tag
|
|
illustration
|
|
maison
|
|
manif
|
|
matériel
|
|
nourriture
|
|
papier
|
|
plan
|
|
portrait
|
|
public private
|
|
sélection
|
|
sexy
|
|
taiga
|
|
tykayn
|
|
voiture
|
|
voyage
|
|
`.split('\n')
|
|
|
|
// TODO handle exclusive tags that are spectified on one line
|
|
export default cv; |