0.1.8 • Published 4 years ago

seal-genarator v0.1.8

Weekly downloads
16
License
MIT
Repository
-
Last release
4 years ago

SEAL GENERATOR

Example

import React from 'react'
import SealGenarator from 'seal-genarator'
import 'seal-genarator/build/index.css'

const CreateSeal = () => {
  return (
    <SealGenarator
      companyName='xyz imports'
      companyRegNumber='49039230495'
      color='green'
      fontFamily='cursive'
      innerTextStyle={{ fontSize: '12px' }}
      size={250}
    />
  )
}

export default CreateSeal

Alt text

Props

NameType
companyNamestring
companyRegNumberstring
colorstring
fontFamilystring
innerTextStylestyles object
sizenumber

Ref

FunctionDescription
setCompanyNameTo set the company name
setCompanyRegNumberTo set the company registration number
setColorTo set the seal color
setFontFamilyTo set the seal font family

Development Commands

CommandDescription
npm run startStart dev server
npm run buildBuild for release
npm run demoBuild for deploy
npm testRun unit and screenshot tests
0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago