UNPKG

react-style-editor

Version:

A React component that displays and edits CSS, similar to the browser's DevTools.

4 lines (3 loc) 79 B
export default (blob, count) => { return blob.substr(0, count) + '…'; };