{"id":28169216,"url":"https://github.com/softkitit/editorjs-inline-font-size","last_synced_at":"2026-05-18T05:37:45.761Z","repository":{"id":225906729,"uuid":"767225054","full_name":"softkitit/editorjs-inline-font-size","owner":"softkitit","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-11T15:15:10.000Z","size":5756,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T19:16:13.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softkitit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-04T23:08:12.000Z","updated_at":"2024-03-04T23:21:59.000Z","dependencies_parsed_at":"2024-03-04T23:31:56.585Z","dependency_job_id":"9e980c53-05b8-4235-8c8c-df02d7556032","html_url":"https://github.com/softkitit/editorjs-inline-font-size","commit_stats":null,"previous_names":["softkitit/editorjs-inline-font-size"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Feditorjs-inline-font-size","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Feditorjs-inline-font-size/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Feditorjs-inline-font-size/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Feditorjs-inline-font-size/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softkitit","download_url":"https://codeload.github.com/softkitit/editorjs-inline-font-size/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374544,"owners_count":22060614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-15T16:16:12.674Z","updated_at":"2026-05-18T05:37:40.742Z","avatar_url":"https://github.com/softkitit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://badgen.net/badge/Editor.js/v2.0/blue)\n\n# Font Size tool\nFont size inline tool for the [Editor.js](https://editorjs.io).\n\n## Installation\n\n### Install via NPM or Yarn\n\nGet the package\n\n```shell\nyarn add editorjs-inline-font-size-tool\n```\n\nInclude module in your application\n\n```javascript\nconst FontSize = require('editorjs-inline-font-size-tool');\n```\n\n## Usage\nAdd a new Tool to the `tools` property of the Editor.js initial config.\n\n```javascript\nvar editor = EditorJS({\n  ...\n  \n  tools: {\n    ...\n    fontSize: FontSize,\n    config: {\n      fontSizeList: [\n        { label: '10', value: '1', class: 'fs-1' },\n        { label: '13', value: '2', class: 'fs-2' },\n      ],\n    },\n  }\n  ...\n});\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftkitit%2Feditorjs-inline-font-size","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftkitit%2Feditorjs-inline-font-size","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftkitit%2Feditorjs-inline-font-size/lists"}