@jjlmoya/utils-developer 1.28.0 → 1.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/entries.ts +4 -1
- package/src/tests/entry_contract.test.ts +10 -0
- package/src/tests/i18n_coverage.test.ts +5 -2
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/qa-test-helpers.ts +32 -0
- package/src/tests/qa_bibliography_links.test.ts +43 -0
- package/src/tests/qa_claim_evidence.test.ts +69 -0
- package/src/tests/qa_logic_reference_coverage.test.ts +46 -0
- package/src/tests/qa_runtime_i18n.test.ts +115 -0
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/aspectRatio/bibliography.astro +2 -10
- package/src/tool/aspectRatio/bibliography.ts +7 -0
- package/src/tool/aspectRatio/i18n/de.ts +2 -14
- package/src/tool/aspectRatio/i18n/en.ts +2 -14
- package/src/tool/aspectRatio/i18n/es.ts +2 -14
- package/src/tool/aspectRatio/i18n/fr.ts +2 -14
- package/src/tool/aspectRatio/i18n/id.ts +2 -14
- package/src/tool/aspectRatio/i18n/it.ts +2 -14
- package/src/tool/aspectRatio/i18n/ja.ts +2 -14
- package/src/tool/aspectRatio/i18n/ko.ts +2 -14
- package/src/tool/aspectRatio/i18n/nl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pt.ts +2 -14
- package/src/tool/aspectRatio/i18n/ru.ts +2 -14
- package/src/tool/aspectRatio/i18n/sv.ts +2 -14
- package/src/tool/aspectRatio/i18n/tr.ts +2 -14
- package/src/tool/aspectRatio/i18n/zh.ts +2 -14
- package/src/tool/calculadoraTiempoDatos/bibliography.astro +2 -10
- package/src/tool/calculadoraTiempoDatos/bibliography.ts +8 -0
- package/src/tool/calculadoraTiempoDatos/component.astro +6 -2
- package/src/tool/calculadoraTiempoDatos/i18n/de.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/en.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/es.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/fr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/id.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/it.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ja.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ko.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/nl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pt.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/tr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +2 -6
- package/src/tool/colorConverter/bibliography.astro +2 -10
- package/src/tool/colorConverter/bibliography.ts +7 -0
- package/src/tool/colorConverter/i18n/de.ts +2 -5
- package/src/tool/colorConverter/i18n/en.ts +5 -8
- package/src/tool/colorConverter/i18n/es.ts +4 -7
- package/src/tool/colorConverter/i18n/fr.ts +2 -5
- package/src/tool/colorConverter/i18n/id.ts +2 -5
- package/src/tool/colorConverter/i18n/it.ts +2 -5
- package/src/tool/colorConverter/i18n/ja.ts +2 -5
- package/src/tool/colorConverter/i18n/ko.ts +2 -5
- package/src/tool/colorConverter/i18n/nl.ts +2 -5
- package/src/tool/colorConverter/i18n/pl.ts +2 -5
- package/src/tool/colorConverter/i18n/pt.ts +2 -5
- package/src/tool/colorConverter/i18n/ru.ts +2 -5
- package/src/tool/colorConverter/i18n/sv.ts +2 -5
- package/src/tool/colorConverter/i18n/tr.ts +2 -5
- package/src/tool/colorConverter/i18n/zh.ts +2 -5
- package/src/tool/conversorExcelCsvHtml/bibliography.astro +2 -10
- package/src/tool/conversorExcelCsvHtml/bibliography.ts +8 -0
- package/src/tool/conversorExcelCsvHtml/component.astro +4 -3
- package/src/tool/conversorExcelCsvHtml/i18n/de.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/en.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/es.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/fr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/id.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/it.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ja.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ko.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/nl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pt.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/sv.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/tr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +2 -6
- package/src/tool/cronGenerator/bibliography.astro +2 -10
- package/src/tool/cronGenerator/bibliography.ts +6 -0
- package/src/tool/cronGenerator/component.astro +5 -1
- package/src/tool/cronGenerator/i18n/de.ts +2 -10
- package/src/tool/cronGenerator/i18n/en.ts +2 -10
- package/src/tool/cronGenerator/i18n/es.ts +2 -10
- package/src/tool/cronGenerator/i18n/fr.ts +2 -10
- package/src/tool/cronGenerator/i18n/id.ts +2 -10
- package/src/tool/cronGenerator/i18n/it.ts +2 -10
- package/src/tool/cronGenerator/i18n/ja.ts +2 -10
- package/src/tool/cronGenerator/i18n/ko.ts +2 -10
- package/src/tool/cronGenerator/i18n/nl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pt.ts +2 -10
- package/src/tool/cronGenerator/i18n/ru.ts +2 -10
- package/src/tool/cronGenerator/i18n/sv.ts +2 -10
- package/src/tool/cronGenerator/i18n/tr.ts +2 -10
- package/src/tool/cronGenerator/i18n/zh.ts +2 -10
- package/src/tool/cssBoxShadowGenerator/component.astro +2 -1
- package/src/tool/cssBoxShadowGenerator/logic.test.ts +28 -0
- package/src/tool/cssSpecificityCalculator/bibliography.astro +2 -10
- package/src/tool/cssSpecificityCalculator/bibliography.ts +6 -0
- package/src/tool/cssSpecificityCalculator/i18n/de.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/en.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/es.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/fr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/id.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/it.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ja.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ko.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/nl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pt.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ru.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/sv.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/tr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/zh.ts +2 -10
- package/src/tool/cssToInlineConverter/bibliography.astro +2 -10
- package/src/tool/cssToInlineConverter/bibliography.ts +7 -0
- package/src/tool/cssToInlineConverter/i18n/de.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/en.ts +4 -16
- package/src/tool/cssToInlineConverter/i18n/es.ts +5 -17
- package/src/tool/cssToInlineConverter/i18n/fr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/id.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/it.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ja.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ko.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/nl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pt.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ru.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/sv.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/tr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/zh.ts +2 -14
- package/src/tool/duplicateCssRemover/bibliography.astro +2 -10
- package/src/tool/duplicateCssRemover/bibliography.ts +7 -0
- package/src/tool/duplicateCssRemover/i18n/de.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/en.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/es.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/fr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/id.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/it.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ja.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ko.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/nl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pt.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ru.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/sv.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/tr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/zh.ts +2 -14
- package/src/tool/generadorSecurityTxt/bibliography.astro +2 -10
- package/src/tool/generadorSecurityTxt/bibliography.ts +7 -0
- package/src/tool/generadorSecurityTxt/component.astro +1 -2
- package/src/tool/generadorSecurityTxt/i18n/de.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/en.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/es.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/fr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/id.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/it.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ja.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ko.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/nl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pt.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ru.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/sv.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/tr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/zh.ts +2 -5
- package/src/tool/hashGenerator/bibliography.astro +2 -10
- package/src/tool/hashGenerator/bibliography.ts +7 -0
- package/src/tool/hashGenerator/i18n/de.ts +2 -5
- package/src/tool/hashGenerator/i18n/en.ts +2 -5
- package/src/tool/hashGenerator/i18n/es.ts +2 -5
- package/src/tool/hashGenerator/i18n/fr.ts +2 -5
- package/src/tool/hashGenerator/i18n/id.ts +2 -5
- package/src/tool/hashGenerator/i18n/it.ts +2 -5
- package/src/tool/hashGenerator/i18n/ja.ts +2 -5
- package/src/tool/hashGenerator/i18n/ko.ts +2 -5
- package/src/tool/hashGenerator/i18n/nl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pt.ts +2 -5
- package/src/tool/hashGenerator/i18n/ru.ts +2 -5
- package/src/tool/hashGenerator/i18n/sv.ts +2 -5
- package/src/tool/hashGenerator/i18n/tr.ts +2 -5
- package/src/tool/hashGenerator/i18n/zh.ts +2 -5
- package/src/tool/inspectorCertificadosSsl/bibliography.astro +2 -10
- package/src/tool/inspectorCertificadosSsl/bibliography.ts +8 -0
- package/src/tool/inspectorCertificadosSsl/component.astro +4 -3
- package/src/tool/inspectorCertificadosSsl/i18n/de.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/en.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/es.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/fr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/id.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/it.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ja.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ko.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/nl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pt.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/sv.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/tr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/zh.ts +2 -6
- package/src/tool/jsonFormatter/bibliography.astro +2 -10
- package/src/tool/jsonFormatter/bibliography.ts +8 -0
- package/src/tool/jsonFormatter/i18n/de.ts +2 -18
- package/src/tool/jsonFormatter/i18n/en.ts +2 -18
- package/src/tool/jsonFormatter/i18n/es.ts +2 -18
- package/src/tool/jsonFormatter/i18n/fr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/id.ts +2 -18
- package/src/tool/jsonFormatter/i18n/it.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ja.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ko.ts +2 -18
- package/src/tool/jsonFormatter/i18n/nl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pt.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ru.ts +2 -18
- package/src/tool/jsonFormatter/i18n/sv.ts +2 -18
- package/src/tool/jsonFormatter/i18n/tr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/zh.ts +2 -18
- package/src/tool/jwtDecoder/component.astro +2 -1
- package/src/tool/jwtDecoder/logic.test.ts +32 -0
- package/src/tool/keycode/bibliography.astro +2 -10
- package/src/tool/keycode/bibliography.ts +7 -0
- package/src/tool/keycode/i18n/de.ts +2 -14
- package/src/tool/keycode/i18n/en.ts +2 -14
- package/src/tool/keycode/i18n/es.ts +2 -14
- package/src/tool/keycode/i18n/fr.ts +2 -14
- package/src/tool/keycode/i18n/id.ts +2 -14
- package/src/tool/keycode/i18n/it.ts +2 -14
- package/src/tool/keycode/i18n/ja.ts +2 -14
- package/src/tool/keycode/i18n/ko.ts +2 -14
- package/src/tool/keycode/i18n/nl.ts +2 -14
- package/src/tool/keycode/i18n/pl.ts +2 -14
- package/src/tool/keycode/i18n/pt.ts +2 -14
- package/src/tool/keycode/i18n/ru.ts +2 -14
- package/src/tool/keycode/i18n/sv.ts +2 -14
- package/src/tool/keycode/i18n/tr.ts +2 -14
- package/src/tool/keycode/i18n/zh.ts +2 -14
- package/src/tool/llmCostCalculator/bibliography.astro +2 -10
- package/src/tool/llmCostCalculator/bibliography.ts +8 -0
- package/src/tool/llmCostCalculator/i18n/de.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/en.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/es.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/fr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/id.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/it.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ja.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ko.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/nl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pt.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ru.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/sv.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/tr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/zh.ts +2 -18
- package/src/tool/mobileMockupGenerator/bibliography.astro +2 -10
- package/src/tool/mobileMockupGenerator/bibliography.ts +6 -0
- package/src/tool/mobileMockupGenerator/i18n/de.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/en.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/es.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/fr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/id.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/it.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ja.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ko.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/nl.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/pl.ts +2 -1
- package/src/tool/mobileMockupGenerator/i18n/pt.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ru.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/sv.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/tr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/zh.ts +2 -4
- package/src/tool/musicalTypography/bibliography.astro +2 -10
- package/src/tool/musicalTypography/bibliography.ts +7 -0
- package/src/tool/musicalTypography/i18n/de.ts +2 -14
- package/src/tool/musicalTypography/i18n/en.ts +3 -15
- package/src/tool/musicalTypography/i18n/es.ts +3 -15
- package/src/tool/musicalTypography/i18n/fr.ts +2 -14
- package/src/tool/musicalTypography/i18n/id.ts +2 -14
- package/src/tool/musicalTypography/i18n/it.ts +2 -14
- package/src/tool/musicalTypography/i18n/ja.ts +2 -14
- package/src/tool/musicalTypography/i18n/ko.ts +2 -14
- package/src/tool/musicalTypography/i18n/nl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pt.ts +2 -5
- package/src/tool/musicalTypography/i18n/ru.ts +2 -5
- package/src/tool/musicalTypography/i18n/sv.ts +2 -1
- package/src/tool/musicalTypography/i18n/tr.ts +2 -1
- package/src/tool/musicalTypography/i18n/zh.ts +2 -1
- package/src/tool/placeholderGenerator/bibliography.astro +2 -10
- package/src/tool/placeholderGenerator/bibliography.ts +7 -0
- package/src/tool/placeholderGenerator/i18n/de.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/en.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/es.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/fr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/id.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/it.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ja.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ko.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/nl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pt.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ru.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/sv.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/tr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/zh.ts +2 -14
- package/src/tool/promoteThisWebsite/asset-bindings.ts +73 -0
- package/src/tool/promoteThisWebsite/bibliography.astro +14 -0
- package/src/tool/promoteThisWebsite/bibliography.ts +14 -0
- package/src/tool/promoteThisWebsite/component.astro +136 -0
- package/src/tool/promoteThisWebsite/control-views.ts +83 -0
- package/src/tool/promoteThisWebsite/controller.ts +232 -0
- package/src/tool/promoteThisWebsite/dom-views.ts +322 -0
- package/src/tool/promoteThisWebsite/entry.ts +16 -0
- package/src/tool/promoteThisWebsite/evaluator.ts +9 -0
- package/src/tool/promoteThisWebsite/i18n/en.ts +111 -0
- package/src/tool/promoteThisWebsite/i18n/es.ts +111 -0
- package/src/tool/promoteThisWebsite/index.ts +11 -0
- package/src/tool/promoteThisWebsite/jjlmoya-overlay.png +0 -0
- package/src/tool/promoteThisWebsite/logic.test.ts +29 -0
- package/src/tool/promoteThisWebsite/logic.ts +108 -0
- package/src/tool/promoteThisWebsite/pixel-cat.png +0 -0
- package/src/tool/promoteThisWebsite/promote-this-website.css +322 -0
- package/src/tool/promoteThisWebsite/seo.astro +15 -0
- package/src/tool/promoteThisWebsite/storage.ts +28 -0
- package/src/tool/promoteThisWebsite/title-view.ts +206 -0
- package/src/tool/promoteThisWebsite/ui.ts +59 -0
- package/src/tool/promptLibrary/bibliography.astro +2 -10
- package/src/tool/promptLibrary/bibliography.ts +6 -0
- package/src/tool/promptLibrary/i18n/de.ts +2 -4
- package/src/tool/promptLibrary/i18n/en.ts +2 -4
- package/src/tool/promptLibrary/i18n/es.ts +2 -4
- package/src/tool/promptLibrary/i18n/fr.ts +2 -4
- package/src/tool/promptLibrary/i18n/id.ts +2 -4
- package/src/tool/promptLibrary/i18n/it.ts +2 -4
- package/src/tool/promptLibrary/i18n/ja.ts +2 -4
- package/src/tool/promptLibrary/i18n/ko.ts +2 -4
- package/src/tool/promptLibrary/i18n/nl.ts +2 -4
- package/src/tool/promptLibrary/i18n/pl.ts +2 -1
- package/src/tool/promptLibrary/i18n/pt.ts +2 -4
- package/src/tool/promptLibrary/i18n/ru.ts +2 -4
- package/src/tool/promptLibrary/i18n/sv.ts +2 -4
- package/src/tool/promptLibrary/i18n/tr.ts +2 -4
- package/src/tool/promptLibrary/i18n/zh.ts +2 -4
- package/src/tool/readabilityCalculator/bibliography.astro +2 -10
- package/src/tool/readabilityCalculator/bibliography.ts +7 -0
- package/src/tool/readabilityCalculator/i18n/de.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/en.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/es.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/fr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/id.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/it.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ja.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ko.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/nl.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/pl.ts +2 -1
- package/src/tool/readabilityCalculator/i18n/pt.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ru.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/sv.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/tr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/zh.ts +2 -5
- package/src/tool/serpPixelSimulator/controller.ts +1 -0
- package/src/tool/serpPixelSimulator/i18n/en.ts +2 -2
- package/src/tool/serpPixelSimulator/i18n/es.ts +2 -2
- package/src/tool/serpPixelSimulator/logic.test.ts +25 -0
- package/src/tool/svgSanitizer/bibliography.astro +2 -10
- package/src/tool/svgSanitizer/bibliography.ts +7 -0
- package/src/tool/svgSanitizer/i18n/de.ts +2 -5
- package/src/tool/svgSanitizer/i18n/en.ts +2 -5
- package/src/tool/svgSanitizer/i18n/es.ts +2 -5
- package/src/tool/svgSanitizer/i18n/fr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/id.ts +2 -5
- package/src/tool/svgSanitizer/i18n/it.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ja.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ko.ts +2 -5
- package/src/tool/svgSanitizer/i18n/nl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pt.ts +2 -1
- package/src/tool/svgSanitizer/i18n/ru.ts +2 -5
- package/src/tool/svgSanitizer/i18n/sv.ts +2 -5
- package/src/tool/svgSanitizer/i18n/tr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/zh.ts +2 -5
- package/src/tool/svgToCss/bibliography.astro +2 -10
- package/src/tool/svgToCss/bibliography.ts +8 -0
- package/src/tool/svgToCss/i18n/de.ts +2 -18
- package/src/tool/svgToCss/i18n/en.ts +2 -18
- package/src/tool/svgToCss/i18n/es.ts +2 -18
- package/src/tool/svgToCss/i18n/fr.ts +2 -18
- package/src/tool/svgToCss/i18n/id.ts +2 -18
- package/src/tool/svgToCss/i18n/it.ts +2 -18
- package/src/tool/svgToCss/i18n/ja.ts +2 -18
- package/src/tool/svgToCss/i18n/ko.ts +2 -18
- package/src/tool/svgToCss/i18n/nl.ts +2 -18
- package/src/tool/svgToCss/i18n/pl.ts +2 -18
- package/src/tool/svgToCss/i18n/pt.ts +2 -18
- package/src/tool/svgToCss/i18n/ru.ts +2 -18
- package/src/tool/svgToCss/i18n/sv.ts +2 -18
- package/src/tool/svgToCss/i18n/tr.ts +2 -18
- package/src/tool/svgToCss/i18n/zh.ts +2 -18
- package/src/tool/urlCleaner/bibliography.astro +2 -10
- package/src/tool/urlCleaner/bibliography.ts +7 -0
- package/src/tool/urlCleaner/i18n/de.ts +2 -5
- package/src/tool/urlCleaner/i18n/en.ts +2 -5
- package/src/tool/urlCleaner/i18n/es.ts +2 -5
- package/src/tool/urlCleaner/i18n/fr.ts +2 -5
- package/src/tool/urlCleaner/i18n/id.ts +2 -5
- package/src/tool/urlCleaner/i18n/it.ts +2 -5
- package/src/tool/urlCleaner/i18n/ja.ts +2 -5
- package/src/tool/urlCleaner/i18n/ko.ts +2 -5
- package/src/tool/urlCleaner/i18n/nl.ts +2 -5
- package/src/tool/urlCleaner/i18n/pl.ts +2 -1
- package/src/tool/urlCleaner/i18n/pt.ts +2 -5
- package/src/tool/urlCleaner/i18n/ru.ts +2 -5
- package/src/tool/urlCleaner/i18n/sv.ts +2 -5
- package/src/tool/urlCleaner/i18n/tr.ts +2 -5
- package/src/tool/urlCleaner/i18n/zh.ts +2 -5
- package/src/tool/urlEncoderDecoder/bibliography.astro +2 -10
- package/src/tool/urlEncoderDecoder/bibliography.ts +7 -0
- package/src/tool/urlEncoderDecoder/i18n/de.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/en.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/es.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/fr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/id.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/it.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ja.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ko.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/nl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pt.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ru.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/sv.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/tr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/zh.ts +2 -14
- package/src/tool/utmGenerator/bibliography.astro +2 -10
- package/src/tool/utmGenerator/bibliography.ts +6 -0
- package/src/tool/utmGenerator/i18n/de.ts +2 -4
- package/src/tool/utmGenerator/i18n/en.ts +2 -4
- package/src/tool/utmGenerator/i18n/es.ts +2 -4
- package/src/tool/utmGenerator/i18n/fr.ts +2 -4
- package/src/tool/utmGenerator/i18n/id.ts +2 -4
- package/src/tool/utmGenerator/i18n/it.ts +2 -4
- package/src/tool/utmGenerator/i18n/ja.ts +2 -4
- package/src/tool/utmGenerator/i18n/ko.ts +2 -4
- package/src/tool/utmGenerator/i18n/nl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pt.ts +2 -4
- package/src/tool/utmGenerator/i18n/ru.ts +2 -4
- package/src/tool/utmGenerator/i18n/sv.ts +2 -4
- package/src/tool/utmGenerator/i18n/tr.ts +2 -4
- package/src/tool/utmGenerator/i18n/zh.ts +2 -4
- package/src/tool/visualCssGridFlexboxGenerator/component.astro +1 -0
- package/src/tool/visualCssGridFlexboxGenerator/logic.test.ts +29 -0
- package/src/tool/visualCssGridFlexboxGenerator/workspace.ts +13 -1
- package/src/tools.ts +2 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { describe, expect, it } from 'vitest';
|
|
2
|
+
import {
|
|
3
|
+
DESCRIPTION_LIMIT, DESKTOP_TITLE_LIMIT, MOBILE_TITLE_LIMIT,
|
|
4
|
+
getTitleLimit, needsPixelTrim, ratioToPercent,
|
|
5
|
+
} from './logic';
|
|
6
|
+
|
|
7
|
+
describe('SERP pixel simulator logic', () => {
|
|
8
|
+
it('uses the documented desktop and mobile limits', () => {
|
|
9
|
+
expect(getTitleLimit('desktop')).toBe(DESKTOP_TITLE_LIMIT);
|
|
10
|
+
expect(getTitleLimit('mobile')).toBe(MOBILE_TITLE_LIMIT);
|
|
11
|
+
expect(DESCRIPTION_LIMIT).toBe(920);
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
it('clamps ratios and handles invalid measurements', () => {
|
|
15
|
+
expect(ratioToPercent(290, 580)).toBe(50);
|
|
16
|
+
expect(ratioToPercent(-1, 580)).toBe(0);
|
|
17
|
+
expect(ratioToPercent(900, 580)).toBe(100);
|
|
18
|
+
expect(ratioToPercent(Number.NaN, 580)).toBe(0);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
it('only flags widths beyond the selected limit', () => {
|
|
22
|
+
expect(needsPixelTrim(580, 580)).toBe(false);
|
|
23
|
+
expect(needsPixelTrim(581, 580)).toBe(true);
|
|
24
|
+
});
|
|
25
|
+
});
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await svgSanitizer.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
5
|
+
{ name: 'Figma SVG Export - Official Documentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
6
|
+
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
7
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Häufig gestellte Fragen',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Referenzen',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Offizielle Dokumentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (Open-Source-Referenz)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Frequently Asked Questions',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'References',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Official Documentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Preguntas Frecuentes',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Referencias',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Documentaci\u00f3n oficial', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (referencia open source)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Questions Fr\u00e9quentes',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'R\u00e9f\u00e9rences',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Documentation officielle', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (r\u00e9f\u00e9rence open source)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Pertanyaan Umum',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Referensi',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Dokumentasi Resmi', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (referensi open source)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Domande Frequenti',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Riferimenti',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Documentazione ufficiale', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (riferimento open source)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'よくある質問',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: '参考資料',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - 公式ドキュメント', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (オープンソースリファレンス)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: '자주 묻는 질문',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: '참고 자료',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - 공식 문서', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (오픈소스 레퍼런스)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Veelgestelde vragen',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Referenties',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Officiële documentatie', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source referentie)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Często zadawane pytania',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Odniesienia',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Oficjalna dokumentacja', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -27,4 +28,4 @@ const appSchema: WithContext<SoftwareApplication> = { '@context': 'https://schem
|
|
|
27
28
|
|
|
28
29
|
const ui: SvgSanitizerUI = { labelInput: 'Cole seu SVG sujo aqui', labelOutput: 'SVG Limpo', optRemoveIds: 'Remover IDs', optRemoveWH: 'Remover largura/altura', optMinify: 'Minificar', btnSanitize: 'Limpar SVG', btnCopy: 'Copiar', btnCopied: 'Copiado', btnDownload: 'Baixar', statOriginal: 'Original', statCleaned: 'Limpo', statReduction: 'Redução', statElems: 'Elem. removidos', statAttrs: 'Attrs. removidos', errorPaste: 'Cole um SVG antes de limpar.', errorProcess: 'Erro ao processar o SVG.', };
|
|
29
30
|
|
|
30
|
-
export const content: ToolLocaleContent<SvgSanitizerUI> = { slug, title, description, ui, faqTitle: 'Perguntas Frequentes', faq: faqData, bibliographyTitle: 'Referências', bibliography
|
|
31
|
+
export const content: ToolLocaleContent<SvgSanitizerUI> = { slug, title, description, ui, faqTitle: 'Perguntas Frequentes', faq: faqData, bibliographyTitle: 'Referências', bibliography, howTo: howToData, schemas: [faqSchema, howToSchema, appSchema], seo: [{ type: 'title', text: 'Sanitizador SVG: Limpar Código do Figma e Illustrator', level: 2 }, { type: 'paragraph', html: 'Cole qualquer SVG exportado do <strong>Figma</strong>, Adobe Illustrator ou do inspetor do navegador e obtenha um arquivo vetorial limpo e otimizado pronto para produção.' }, { type: 'title', text: 'Por que SVGs exportados são tão sujos?', level: 3 }, { type: 'paragraph', html: 'Quando você exporta um SVG do Figma, você obtém um arquivo carregado com atributos que fazem sentido apenas dentro do aplicativo: <code>data-name</code>, <code>xml:space</code>, referências a camadas internas e metadados de design. O resultado é um SVG que pode pesar 40-70% mais do que o necessário.' }, { type: 'title', text: 'O que o Sanitizador remove', level: 3 }, { type: 'list', items: ['<strong>Metadados do editor:</strong> <code>metadata</code>, tags <code>title</code> e <code>desc</code> que Figma e Illustrator adicionam automaticamente.', '<strong>Namespaces Inkscape:</strong> todos os elementos com prefixo <code>inkscape:</code> e <code>sodipodi:</code>.', '<strong>Atributos desnecessários:</strong> <code>xml:space</code>, <code>version</code>, <code>xmlns:*</code> supérfluos e atributos Figma <code>data-*</code>.', '<strong>Grupos vazios:</strong> elementos <code><g></code> sem conteúdo deixados como artefatos de camadas deletadas.', '<strong>Declarações XML:</strong> a declaração <code><?xml version="1.0"?></code> e DOCTYPE desnecessários ao incorporar SVG em HTML.'] }] };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Часто задаваемые вопросы',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Ссылки',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Official Documentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Vanliga frågor',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Referenser',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Official Documentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: 'Sık Sorulan Sorular',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: 'Referanslar',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Official Documentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgSanitizerUI } from '../ui';
|
|
@@ -92,11 +93,7 @@ export const content: ToolLocaleContent<SvgSanitizerUI> = {
|
|
|
92
93
|
faqTitle: '常见问题',
|
|
93
94
|
faq: faqData,
|
|
94
95
|
bibliographyTitle: '参考资料',
|
|
95
|
-
bibliography
|
|
96
|
-
{ name: 'SVG Specification - W3C', url: 'https://www.w3.org/TR/SVG2/' },
|
|
97
|
-
{ name: 'Figma SVG Export - Official Documentation', url: 'https://help.figma.com/hc/en-us/articles/360040028114-Export-from-Figma' },
|
|
98
|
-
{ name: 'SVGO - SVG Optimizer (open source reference)', url: 'https://github.com/svg/svgo' },
|
|
99
|
-
],
|
|
96
|
+
bibliography,
|
|
100
97
|
howTo: howToData,
|
|
101
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
102
99
|
seo: [
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await svgToCss.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'CSS-Tricks: Using SVG as Background', url: 'https://css-tricks.com/using-svg/' },
|
|
5
|
+
{ name: 'MDN Web Docs: mask-image', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image' },
|
|
6
|
+
{ name: 'MDN Web Docs: background-image', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image' },
|
|
7
|
+
{ name: 'W3C: CSS Masking Module Level 1', url: 'https://www.w3.org/TR/css-masking-1/' },
|
|
8
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Häufig gestellte Fragen',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referenzen und Dokumentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Frequently Asked Questions',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'References and Documentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Preguntas Frecuentes',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referencias y Documentación',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/es/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/es/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Questions Fréquentes',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Références et Documentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referensi dan Dokumentasi',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Menggunakan SVG sebagai Latar Belakang',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Domande Frequenti',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Riferimenti e Documentazione',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Usare SVG come Sfondo',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/it/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/it/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'よくある質問',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: '参考文献とドキュメント',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: 背景としてSVGを使用する',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: '자주 묻는 질문',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: '참고 자료 및 문서',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: 배경으로 SVG 사용하기',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Veelgestelde Vragen',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referenties en Documentatie',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
seo: [
|