{"id":20762045,"url":"https://github.com/donkeyclip/motorcortex-textfxs","last_synced_at":"2025-09-09T06:05:57.093Z","repository":{"id":38174500,"uuid":"270940337","full_name":"donkeyclip/motorcortex-textfxs","owner":"donkeyclip","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-04T21:00:58.000Z","size":30130,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-04T22:18:27.206Z","etag":null,"topics":["motorcortex","motorcortex-plugin","text-effects","textfxs"],"latest_commit_sha":null,"homepage":"","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/donkeyclip.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-09T08:03:27.000Z","updated_at":"2022-04-01T08:45:38.000Z","dependencies_parsed_at":"2023-10-05T14:19:19.007Z","dependency_job_id":"40ded2dd-fdc7-4517-b8fb-1f97b687103a","html_url":"https://github.com/donkeyclip/motorcortex-textfxs","commit_stats":{"total_commits":503,"total_committers":13,"mean_commits":38.69230769230769,"dds":"0.24850894632206755","last_synced_commit":"c79e287aef1809f1f7b9ac1ace351015954d26d7"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-textfxs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-textfxs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-textfxs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-textfxs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donkeyclip","download_url":"https://codeload.github.com/donkeyclip/motorcortex-textfxs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253533466,"owners_count":21923442,"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":["motorcortex","motorcortex-plugin","text-effects","textfxs"],"created_at":"2024-11-17T10:28:59.601Z","updated_at":"2025-05-11T07:31:32.726Z","avatar_url":"https://github.com/donkeyclip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MotorCortex-Textfxs\n\n**Table of Contents**\n\n- [MotorCortex-Textfxs](#motorcortex-textfxs)\n  - [Demo](#demo)\n- [Intro / Features](#intro--features)\n- [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Importing and Loading](#importing-and-loading)\n- [Creating Incidents](#creating-incidents)\n  - [SvgLines](#svglines)\n  - [SvgExplosion](#svgexplosion)\n  - [Shadow](#shadow)\n  - [FontWeight](#fontweight)\n- [Adding Incidents in your clip](#adding-incidents-in-your-clip)\n- [Contributing](#contributing)\n- [License](#license)\n- [Sponsored by](#sponsored-by)\n\n## Demo\n\n[Check it out here](https://donkeyclip.github.io/motorcortex-textfxs/demo/index.html)\n\n# Intro / Features\nUsing MotorCortex-Textfxs you can create stunning text animations.\n\nThis Plugin exposes three Incidents:\n- SvgLines\n- SvgExplosion\n- Shadow\n\n# Getting Started\n\n## Installation\n\n```bash\n$ npm install --save @donkeyclip/motorcortex-textfxs\n# OR\n$ yarn add @donkeyclip/motorcortex-textfxs\n```\n\n## Importing and loading\n\n```javascript\nimport { loadPlugin } from \"@donkeyclip/motorcortex\";\nimport textfx from \"@donkeyclip/motorcortex-textfxs\";\nconst Plugin = loadPlugin(textfx);\n```\n\n# Creating Incidents\n\n## SvgLines\n\n```javascript\nconst SvgLines = new Plugin.SvgLines(\n  {\n    text: \"SvgLines\",\n    width: 1728,\n    height: 300,\n    background: \"#22292C\",\n    colors: [\"#64d3ce\", \"#2a92ce82\", \"#ff003c\", \"#2a92ce2e\", \"#2a92ce1c\"],\n    strokeWidth: 3,\n    fontSize: 250,\n    fontFamily: \"Rubik Mono One\",\n  },\n  {\n    selector: \".container3\",\n  }\n);\n```\n\n### SvgLines Attrs\n\n| Name       |               Are                |                                            Values |\n| ---------- | :------------------------------: | ------------------------------------------------: |\n| text       |               text               |                                            string |\n| width      |  total width of clip container   |                              all positive numbers |\n| height     |  total height of clip container  |                              all positive numbers |\n| background |     the color of background      | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| colors     | the list colors of svg elementes | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| fontFamily |           font family            |                                            string |\n| fontSize   |         size of the font         |                                            number |\n| fontWeight |      the Weight of the font      |                                            number |\n\n#### IMPORTANT\n\nIf you like to change the font family you need to include it into root clip properties\n\n## SvgExplosion\n\n```javascript\nconst SvgExplosion = new Plugin.SvgExplosion(\n  {\n    text: \"SvgExplosion\",\n    width: 1728,\n    height: 300,\n    background: \"#22292C\",\n    colors: [\n      \"#FBDB4A\",\n      \"#F3934A\",\n      \"#EB547D\",\n      \"#9F6AA7\",\n      \"#5476B3\",\n      \"#2BB19B\",\n      \"#70B984\",\n    ],\n    fontFamily: \"Rubik Mono One\",\n  },\n  {\n    selector: \".container1\",\n  }\n);\n```\n\n### SvgExplosion Attrs\n\n| Name       |              Are               |                                            Values |\n| ---------- | :----------------------------: | ------------------------------------------------: |\n| text       |              text              |                                            string |\n| width      | total width of clip container  |                              all positive numbers |\n| height     | total height of clip container |                              all positive numbers |\n| background |    the color of background     | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| colors     |    list of colors for leter    | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| fontFamily |          font family           |                                            string |\n| fontSize   |        size of the font        |                                            number |\n| fontWeight |     the Weight of the font     |                                            number |\n\n#### IMPORTANT\n\nIf like to change the font family you need to include it in to root clip properties\n\n## Shadow\n\n```javascript\nconst Shadow = new Plugin.Shadow(\n  {\n    text: \"Shadow\",\n    width: 1728,\n    height: 300,\n    background: \"#d52e3f\",\n    colors: [\"#e942f5\", \"#efa032\", \"#46b59b\", \"#017e7f\", \"#052939\", \"#c11a2b\"],\n    fontSize: 250,\n    textColor: \"#fcedd8\",\n    fontFamily: \"Pacifico\",\n    reverce: false,\n  },\n  {\n    selector: \".container2\",\n  }\n);\n```\n\n### Shadow Attrs\n\n| Name       |                Are                 |                                            Values |\n| ---------- | :--------------------------------: | ------------------------------------------------: |\n| text       |                text                |                                            string |\n| width      |   total width of clip container    |                              all positive numbers |\n| height     |   total height of clip container   |                              all positive numbers |\n| background |      the color of background       | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| colors     |  the list colors of svg elementes  |                                        hex values |\n| speed      |   animation speed. Defaults to 1   |                                        num, min:0 |\n| textColor  |       the main color of text       | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| fontFamily |            font family             |                                            string |\n| fontSize   |          size of the font          |                                            number |\n| reverce    | reverse tha animation after finish |                                           boolean |\n| fontWeight |       the Weight of the font       |                                            number |\n\n#### IMPORTANT\n\nIf you like to change the font family you need to include it into root clip properties\n\n## FontWeight\n```javascript \nconst FontWeight = new Clip.FontWeight(\n  {\n    width: 1920,\n    height: 300,\n    text: \"FontWeight Animation\",\n    textColor: \"#ff0000\",\n    repeats: 70,\n    fontSize: 20,\n    fontFamily: \"Commissioner\",\n    fontWeightList: [100, 200, 300, 400, 500, 600, 700, 800, 900],\n    rotate: 90\n  },\n  {\n    selector: \".container4\"\n  }\n);\n```\n\n### FontWeight Attrs\n\n| Name       |                Are                 |                                            Values |\n| ---------- | :--------------------------------: | ------------------------------------------------: |\n| text       |                text                |                                            string |\n| width      |   total width of clip container    |                              all positive numbers |\n| height     |   total height of clip container   |                              all positive numbers |\n| textColor  |          the color of text         | hex values or RGB(A) or text (\"blue\", \"red\", etc) |\n| repeats    |         total lines of text        |                                            number |\n| fontFamily |            font family             |                                            string |\n| fontSize   |          size of the font          |                                            number |\n| rotate     |  degrees for rotate transformation |                                            number |\n| fontWeightList |  a list of all the weights that text will get |                            numbers |\n\n# Adding Incidents in your clip\n\n```javascript\nclipName.addIncident(incidentName,startTime);\n```\n\n# Contributing \n\nIn general, we follow the \"fork-and-pull\" Git workflow, so if you want to submit patches and additions you should follow the next steps:\n1.\t**Fork** the repo on GitHub\n2.\t**Clone** the project to your own machine\n3.\t**Commit** changes to your own branch\n4.\t**Push** your work back up to your fork\n5.\tSubmit a **Pull request** so that we can review your changes\n\n# License\n\n[MIT License](https://opensource.org/licenses/MIT)\n\n# Sponsored by\n[\u003cimg src=\"https://presskit.donkeyclip.com/logos/donkey%20clip%20logo.svg\" width=250\u003e\u003c/img\u003e](https://donkeyclip.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeyclip%2Fmotorcortex-textfxs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonkeyclip%2Fmotorcortex-textfxs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeyclip%2Fmotorcortex-textfxs/lists"}