{"id":25878287,"url":"https://github.com/watermark-design/watermark","last_synced_at":"2025-04-13T04:59:11.799Z","repository":{"id":204434827,"uuid":"688269638","full_name":"watermark-design/watermark","owner":"watermark-design","description":"watermark for the browser","archived":false,"fork":false,"pushed_at":"2025-04-08T13:14:08.000Z","size":18180,"stargazers_count":141,"open_issues_count":14,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T04:58:46.181Z","etag":null,"topics":["canvas","javascript","typescript","watermark","watermark-design"],"latest_commit_sha":null,"homepage":"https://watermark-design.github.io/watermark/","language":"TypeScript","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/watermark-design.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-07T02:16:02.000Z","updated_at":"2025-01-03T21:49:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0901726-28a4-4db3-bfbb-1bf482f75b92","html_url":"https://github.com/watermark-design/watermark","commit_stats":null,"previous_names":["watermark-design/watermark"],"tags_count":264,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watermark-design%2Fwatermark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watermark-design%2Fwatermark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watermark-design%2Fwatermark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watermark-design%2Fwatermark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watermark-design","download_url":"https://codeload.github.com/watermark-design/watermark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665759,"owners_count":21142123,"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":["canvas","javascript","typescript","watermark","watermark-design"],"created_at":"2025-03-02T12:25:32.380Z","updated_at":"2025-04-13T04:59:11.778Z","avatar_url":"https://github.com/watermark-design.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://watermark-design.github.io/watermark/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg height=\"100\" src=\"https://watermark-design.github.io/watermark/full-logo.png\" alt=\"watermark design\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/watermark-design/watermark/deploy.yml?branch=main\"\u003e\n  \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/watermark-design/watermark\"\u003e\n  \u003ca href=\"https://discord.gg/V5msNXCE\"\u003e\u003cimg src=\"https://img.shields.io/discord/1170204572254474300\" alt=\"Join the chat\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Watermark\n\nWorks with both Vue 2 , Vue 3 And React.\n\n## Translations\n\n- [中文文档](README_zh.md)\n\n## Usage\n\n### Vue\n\n\u003ca href=\"https://npmjs.com/package/@watermark-design/vue\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@watermark-design/vue\" alt=\"npm package\"\u003e\u003c/a\u003e \u003cimg alt=\"npm bundle size\" src=\"https://img.shields.io/bundlephobia/minzip/@watermark-design/vue\"\u003e \u003cimg alt=\"npm download week\" src=\"https://img.shields.io/npm/dw/@watermark-design/vue\"\u003e\n\n```ts\nimport WatermarkDesign from '@watermark-design/vue';\napp.use(WatermarkDesign);\n```\n\n```vue\n\u003cWatermark content=\"hello watermark\" :width=\"200\" :height=\"200\"\u003e\n  \u003cdiv style=\"height: 400px\"\u003e\u003c/div\u003e\n\u003c/Watermark\u003e\n```\n\n### React\n\n\u003ca href=\"https://npmjs.com/package/@watermark-design/react\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@watermark-design/react\" alt=\"npm package\"\u003e\u003c/a\u003e \u003cimg alt=\"npm bundle size\" src=\"https://img.shields.io/bundlephobia/minzip/@watermark-design/react\"\u003e \u003cimg alt=\"npm download week\" src=\"https://img.shields.io/npm/dw/@watermark-design/react\"\u003e\n\n```ts\nimport { Watermark } from '@watermark-design/react';\n```\n\n```jsx\n\u003cWatermark width={200} height={200} content={inputValue}\u003e\n  \u003cdiv style={{ height: 400 }}\u003e\u003c/div\u003e\n\u003c/Watermark\u003e\n```\n\n### Dom\n\n\u003ca href=\"https://npmjs.com/package/@watermark-design/dom\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@watermark-design/dom\" alt=\"npm package\"\u003e\u003c/a\u003e \u003cimg alt=\"npm bundle size\" src=\"https://img.shields.io/bundlephobia/minzip/@watermark-design/dom\"\u003e \u003cimg alt=\"npm download week\" src=\"https://img.shields.io/npm/dw/@watermark-design/dom\"\u003e\n\n```ts\nimport { Watermark } from '@watermark-design/dom';\n\nconst watermark = new Watermark({\n  content: 'hello my watermark',\n  width: 200,\n  height: 200,\n});\nwatermark.create();\n```\n\n## Documentation\n\nTo learn more, check [its documentation](https://watermark-design.github.io/watermark/).\n\n## Maintainers\n\n[@zhensherlock](https://github.com/zhensherlock).\n\n## Contributing\n\nFeel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.\n\nStandard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.\n\n### Contributors\n\nThis project exists thanks to all the people who contribute.\n\n\u003ca href=\"https://github.com/watermark-design/watermark/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=watermark-design/watermark\" /\u003e\n\u003c/a\u003e\n\n## License\n\n[MIT](LICENSE) © MichaelSun\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatermark-design%2Fwatermark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatermark-design%2Fwatermark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatermark-design%2Fwatermark/lists"}