UNPKG

@etsoo/editor

Version:

ETSOO Free WYSIWYG HTML Editor

108 lines (106 loc) 2.93 kB
var bgColor = "Background color"; var blur = "Blur"; var brightness = "Brightness"; var bringToBack = "Bring to back"; var bringToFront = "Bring to front"; var brownie = "Brownie"; var close = "Close"; var color = "Color"; var complete = "Complete"; var contrast = "Contrast"; var crop = "Crop"; var emboss = "Emboss"; var filter = "Filters"; var fontFamily = "Font"; var fontWeight = "Font weight"; var grayscale = "Grayscale"; var hcenter = "Horizontal center"; var height = "Height"; var hueRotation = "Hue rotation"; var image = "Image"; var imageSize = "Image size"; var invert = "Invert"; var inputHere = "Input text here"; var italic = "Italic"; var kodachrome = "Kodachrome"; var noise = "Noise"; var offsetY = "Vertical offset"; var offsetX = "Horizontal offset"; var ok = "Ok"; var opacity = "Opacity"; var padding = "Padding"; var pixelate = "Pixelate"; var polaroid = "Polaroid"; var preview = "Preview"; var redo = "Redo"; var rotateLeft = "Rotate left"; var rotateRight = "Rotate right"; var saturation = "Saturation"; var sharpen = "Sharpen"; var shadow = "Shadow"; var strikethrough = "Strikethrough"; var technicolor = "Technicolor"; var text = "Text"; var underline = "Underline"; var undo = "Undo"; var vcenter = "Vertical center"; var vibrance = "Vibrance"; var vintage = "Vintage"; var width = "Width"; var zoomIn = "Zoom in"; var zoomOut = "Zoom out"; var en = { bgColor: bgColor, blur: blur, brightness: brightness, bringToBack: bringToBack, bringToFront: bringToFront, brownie: brownie, close: close, color: color, complete: complete, contrast: contrast, crop: crop, "delete": "Delete", emboss: emboss, filter: filter, fontFamily: fontFamily, fontWeight: fontWeight, grayscale: grayscale, hcenter: hcenter, height: height, hueRotation: hueRotation, image: image, imageSize: imageSize, invert: invert, inputHere: inputHere, italic: italic, kodachrome: kodachrome, noise: noise, offsetY: offsetY, offsetX: offsetX, ok: ok, opacity: opacity, padding: padding, pixelate: pixelate, polaroid: polaroid, preview: preview, redo: redo, rotateLeft: rotateLeft, rotateRight: rotateRight, saturation: saturation, sharpen: sharpen, shadow: shadow, strikethrough: strikethrough, technicolor: technicolor, text: text, underline: underline, undo: undo, vcenter: vcenter, vibrance: vibrance, vintage: vintage, width: width, zoomIn: zoomIn, zoomOut: zoomOut }; export { bgColor, blur, brightness, bringToBack, bringToFront, brownie, close, color, complete, contrast, crop, en as default, emboss, filter, fontFamily, fontWeight, grayscale, hcenter, height, hueRotation, image, imageSize, inputHere, invert, italic, kodachrome, noise, offsetX, offsetY, ok, opacity, padding, pixelate, polaroid, preview, redo, rotateLeft, rotateRight, saturation, shadow, sharpen, strikethrough, technicolor, text, underline, undo, vcenter, vibrance, vintage, width, zoomIn, zoomOut };