diff --git a/DEVELOPER.md b/DEVELOPER.md index 204b579..33c4609 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -67,7 +67,3 @@ Resumes are being exported with [Electroshot](https://github.com/mixu/electrosho ### Box Shadows [Electroshot](https://github.com/mixu/electroshot) uses Electron to generate PDF-files. Since Chrome does not export box-shadows properly, every resume uses [chrome-shadow-fixer](https://github.com/salomonelli/chrome-shadow-fixer). - -### Text Adjustment - -[text-fitter](https://github.com/salomonelli/chrome-shadow-fixer) is used to adjust the content proportionally to fit the page and keep the resume layout and design. No matter how long a CV may be, the content will be resized to fit the page. diff --git a/package.json b/package.json index 1d1114f..91e712a 100755 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "raleway-webfont": "^3.0.1", "roboto-fontface": "^0.7.0", "source-sans-pro": "^2.0.10", - "text-fitter": "^1.0.1", "vue": "^2.3.4", "vue-router": "^2.3.1" }, diff --git a/src/pages/resume.vue b/src/pages/resume.vue index ddd5f49..96cfa07 100755 --- a/src/pages/resume.vue +++ b/src/pages/resume.vue @@ -11,13 +11,10 @@