diff --git a/README.md b/README.md index ec138ac1..ac9cd1e0 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Twitter
-# 📦 Uploadcare Blocks: stack-agnostic library for uploading, processing, and editing images on-the-fly +# 📦 Uploadcare File Uploader: stack-agnostic library for uploading, processing, and editing images on-the-fly -[![npm version](https://badge.fury.io/js/@uploadcare%2Fblocks.svg)](https://www.npmjs.com/package/@uploadcare/blocks) +[![npm version](https://badge.fury.io/js/@uploadcare%2Fblocks.svg)](https://www.npmjs.com/package/@uploadcare/file-uploader) [![GitHub Actions](https://github.com/uploadcare/blocks/workflows/checks/badge.svg)](https://github.com/uploadcare/blocks/actions?query=workflow%3ABuild+branch%3Amaster) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -_Uploadcare Blocks_ is a powerful JavaScript library for creating custom file-handling services. +_Uploadcare File Uploader_ is a powerful JavaScript library for creating custom file-handling services. It includes various interactive and customizable UI components to enhance users' file uploading and processing experience. As a bonus, you receive all the [Uploadcare's](https://uploadcare.com/?ref=github-readme) versatile file-handling capabilities, @@ -31,9 +31,9 @@ including [smart CDN](https://uploadcare.com/docs/delivery/cdn/#content-delivery [signed uploads](https://uploadcare.com/docs/security/secure-uploads/?ref=github-readme), and [even more](<(https://uploadcare.com/features/?ref=github-readme)>). -See Uploadcare Blocks [in action](https://codesandbox.io/p/devbox/github/uploadcare/blocks-examples/tree/main/examples/js-uploader)! +See Uploadcare File Uploader [in action](https://codesandbox.io/p/devbox/github/uploadcare/blocks-examples/tree/main/examples/js-uploader)! - + ## Core features @@ -45,7 +45,7 @@ See Uploadcare Blocks [in action](https://codesandbox.io/p/devbox/github/uploadc * **Coming soon!** Web Components for any media content management like audio, video, image galleries, and more. -## Why Uploadcare Blocks? +## Why Uploadcare File Uploader? ### Rapid integration @@ -53,11 +53,11 @@ We provide a ready-to-use set of UI components for file handling. It saves you v ### Cross-platform compatibility -Uploadcare Blocks are designed to work seamlessly across various platforms and frameworks. Whether you're building a web application using React, Vue.js, Angular, Svelte, or other frameworks, you get [integrations and support](https://uploadcare.com/docs/integrations/?ref=github-readme) for various development environments. +Uploadcare File Uploader are designed to work seamlessly across various platforms and frameworks. Whether you're building a web application using React, Vue.js, Angular, Svelte, or other frameworks, you get [integrations and support](https://uploadcare.com/docs/integrations/?ref=github-readme) for various development environments. ### Developer-friendly -The library comes with modern technologies at your fingertips, like [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components), [ESM-level](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) code sharing, and other cutting-edge web standards. _Uploadcare Blocks_ is designed lightweight with minimum external dependencies for a cheap security audit. +The library comes with modern technologies at your fingertips, like [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components), [ESM-level](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) code sharing, and other cutting-edge web standards. _Uploadcare File Uploader_ is designed lightweight with minimum external dependencies for a cheap security audit. ### Typescript support @@ -67,56 +67,56 @@ We use [JSDoc type annotations](https://www.typescriptlang.org/docs/handbook/int ### From CDN -1. Connect Uploadcare Blocks directly from your document replacing `{{PACKAGE_VERSION}}` with the [latest version](https://github.com/uploadcare/blocks/releases) of the package: +1. Connect Uploadcare File Uploader directly from your document: ```html ``` -2. Start using Uploadcare Blocks in your application markup (don't forget to specify `{{PACKAGE_VERSION}}` with the [latest one](https://github.com/uploadcare/blocks/releases)): +2. Start using Uploadcare File Uploader in your application markup: ```html